for each grade g,
if(g>=90 and g<=100) print A
else if (g>=80 and g<90) print B
and so on
actual code depends on the language you are using
Create a program that outputs a letter grade for a student based on the following table:
From To Grade
90 100 A
80 89 B
70 79 C
0 69 F
I don't understand how to do this. Would you mind helping me get the answer to this Program?
6 answers
Is that the answer?
no, it's help. Looks like you can't program or read.
I don't know how to Program it. Can you help and guide me with the steps on how to program this?
Can you guide me the steps and help me program this please
Can u help me please