Converting a value-returning function to a void functionExcellent. Thanks for the help. I am taking an online C++ class and it sucks because the teacher i...
Converting a value-returning function to a void functionHow would I convert this statement into a void function? I cannot use a cout statement in my void fu...
Stopping a function if wrong information is givenThanks for the advice.
Stopping a function if wrong information is givenHere is what I modified in the code and it seamed to work. I don't know if this is the most efficie...
Stopping a function if wrong information is givenoh...and nothing should be printed from a value-returning function. Thanks.