+ 1
Report card with data members like student id name and marks in at least 3modules and grade.
A 76-100 B 60-75 C 50-59 S 20-49 F 0-19 Help with code for all of this
1 Réponse
+ 1
simple way is to make a loop for each thing (id, name, grade) then another function that changes the grade to a letter, finally build your main.
note: this not the best way but it's the easiest one.
good luck