(Solved) : Imagine Re Professor Cse 11 Class Want Able Convert Student Grade Percentages Letter Grade Q43958194 . . .
plz use java
Imagine you’re the professor of a CSE 11 class, and you want to be able to convert student grade percentages into letter grades. You decide to use the following scale: . 97% s Grade is an A+ . 93% s Grade < 97% is an A • 90% s Grade < 93% is an A- • 87% s Grade < 90% is a B+ • 83% s Grade < 87% is a B • 80% s Grade < 83% is a B- • 77% s Grade < 80% is a C+ • 73% s Grade < 77% is a C • 70% s Grade < 73% is a C- • 60% s Grade < 70% is a D • Grade < 60% is an F Assume we have already defined a variable of type double called grade such that 0 s grade s 1, which is a grade percentage represented as a decimal. For example, if grade is 0.975, that would correspond to a percentage of 97.5%, which would be an A+. TASK: Print the letter grade associated with grade. Sample Input: 0.98 Sample Output: A+ Show transcribed image text Imagine you’re the professor of a CSE 11 class, and you want to be able to convert student grade percentages into letter grades. You decide to use the following scale: . 97% s Grade is an A+ . 93% s Grade
Expert Answer
Answer to Imagine you’re the professor of a CSE 11 class, and you want to be able to convert student grade percentages into letter…
OR