Java Reference
In-Depth Information
After it is done, it will output the grade distribution. If the input is
Doe:John:100:100:100
Pantz:Smartee:80:90:80
Then the terminal output is
Doe John A
Pantz Smartee B
And the output file will contain
Doe John 100 100 100 100 A
Pantz Smartee 80 90 80 83 B
A 1
B 1
C 0
D 0
F 0
Modify Exercise 2.35 to use a vary generous scoring scale in which this
high exam score is weighted 45%, the next highest score is 30%, and
the low exam score is 25%. Otherwise, the specification is identical.
2.36
references
More information can be found in the references at the end of Chapter 1.
 
Search WWH ::




Custom Search