Help with code (C++)
Ive been behind and i just got an assignment but dont know how to do it so im gonna ask for some help.
The instructions are as follow:
1. Name the program ch4grade.cpp
2. Make sure the program name and the author's name is in comments at the top of the page
3. Put COMMENTS before EACH SECTION
4. Declare 5 char constants:
GRADE_A initialized to 'A'
thru
GRADE_F initialized to 'F'
--- compile your program here ---
5. Declare a char variable named myGrade
--- compile your program here ---
6. Assign the grade you'd like to recieve in this class to my_grade equal to in one of the constants GRADE_A thru GRADE_F.
--- compile your program here ---
7. Display your grade with a cout statement that says something like:
My name is xxxx.
The grade I'd like to recieve in C++ is...
-- compile and run your program ---
I have no clue on how to do any of this...
Last edited by PoteMatic; 02-03-2004 at 06:17 AM..
|