|
Problem definition |
|
Write program called myGrade.java that requests 6 grades from the user, calculates the average grade, and outputs the average grade and the grade letter equivalent. |
|
Additional information |
||||||||||||
|
Use a grade scale to the right -->
This program would ideally use 5
if-else statements. For help on if-else statements see the notes from the previous class (August 21). |
||||||||||||
|
Programming Tip |
||||||||||||
|
The program requires the use of logical operators and boolean logic.
|
||||||||||||
|
||||||||||||
|
Assigned date : August 21, 2007 ; Due date : August 23, 2007 |
||||||||||||