Need Help!!!
Anonymous
I am taking Introduction to Programming with C++ as a student. I have this so-called simple program to write and just need help getting started. I dont quite understand everything in this class. Was wondering if anyone could help me get off on the right foot. This is the instructions bellow. Thanks for any help.
This program will compute the grades of a test where the grade distribution is as follows:
90--100 A
80--89 B
70--79 C
60--69 D
<69 F
You will write a function which will compute the grade. Your program will read the score from the keyboard and will pass to the function. Call the function passing an argument by reference.
|