Report card with data members like student id name and marks in at least 3modules and grade. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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

19th Oct 2016, 1:54 AM
Wabu Setimela
Wabu Setimela - avatar
1 Antwort
+ 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
20th Oct 2016, 11:14 AM
imaqtpie
imaqtpie - avatar