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 -->
Grade
% Range
A
90 - 100
B
80 - 89
C
70 - 79
D
60 - 69
F
0 - 59

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.



Standards being assessed

Constructively uses structures/processes and protocols of programming.  

(2)  

Constructs effective algorithms and simulates them in project work.          

(1)

Applies and uses techniques, principles and systems of computing.           

(1)

Research skills                                                                                      

(2)

Completes assignments on time                                                              

(1)

 

Assigned date : August 21, 2007   ;    Due date : August 23, 2007