Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

START

Scanner input

Int x

Enter a grade

If
x==99 || x==98 || x==97 ||
YES
x==96 || x==95 || x==94 || Excellent
x==93
?

NO

If
x==92 || x==91 || x==90 || YES
x==89 || x==88 || x==87 Very good
?

NO

If
x==86 || x==85 || x==84 || YES
x==83 || x==82 || x==81 || Good
x==80
?

NO
If
x==79 || x==78 || x==77 ||
YES
x==76 || x==75 || x==74 || Fair
x==73 || x==72 || x==71 ||
x==70
?

NO

If
x==69 || x==68 || x==67 || YES Poor
x==66 || x==65
?

NO
YES
Invalid Input

END

You might also like