Write a program to enter the grade of a student as integer from the key board such that the out put will indicate the letter grade if it is an A, B, C, D. or F using Switch - Case.
90 and up is A
80 and up is b
70 and up is C
60 and up is D
all under 60 is F
+4
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Submit program Grades using Swicth - Case (Java) Write a program to enter the grade of a student as integer from the key board such that ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Computers & Technology » Submit program Grades using Swicth - Case (Java) Write a program to enter the grade of a student as integer from the key board such that the out put will indicate the letter grade if it is an A, B, C, D. or F using Switch - Case.