Help guys | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help guys

Write a Java program to compute the grade of a student. The program should read three scores for a student (TMA, MTA, and final exam scores), calculate the total score (the summation of the three scores) and compute the grade based on the following rule: if total score >= 90 → grade = A if 80 <= total score < 90 → grade = B if 70 <= total score < 80 → grade = C if 60 <= total score < 70 →grade = D if total score <60 →grade = F

26th Feb 2022, 11:36 AM
Salim
Salim - avatar
1 Answer
+ 2
In add show your code, you did so far.
26th Feb 2022, 11:58 AM
JaScript
JaScript - avatar