Help guys | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
+ 2
In add show your code, you did so far.
26th Feb 2022, 11:58 AM
JaScript
JaScript - avatar