having issues with a "find lowest number" using an outside function/parameters[quote]what do you think that line does?[/quote] Honestly, no idea. Right around there is where I k...
having issues with a "find lowest number" using an outside function/parametersI've been working on an assignment that has been frustrating me like no other assignment ever. I spe...
having an issue getting a value from a void function into the parameter of another function[quote]Yes. In your getScore() function, you take an integer reference as a parameter. For the lifet...
having an issue getting a value from a void function into the parameter of another functionThank you for laying it out for me. I actually have the understanding of it but just the way you lai...
having an issue getting a value from a void function into the parameter of another functionThanks, but I forgot to mention that the value of getScore has to be brought back into main. I'm wor...