Can c++ do a continuous loop statement | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Can c++ do a continuous loop statement

Please I need help.. I am trying to write a c++ code that can accept 10 scores of students and display there grade using the procedure.. 80 and above A.. 70 and above AB and so on

17th Mar 2017, 5:44 AM
kingSab
kingSab - avatar
1 Antwort
0
create a function like Grade getGrade (int score); and just call it in for cycle X times for X students.
17th Mar 2017, 6:37 AM
soman