Write a method "showGrade" that takes the user's input and returns the following: A if it is 95-100 A- if it is 90-94 B+
Posted: Tue Jul 12, 2022 8:09 am
Write a method "showGrade" that takes the user's input and returns the following: A if it is 95-100 A- if it is 90-94 B+ if it is 87--89 B if it is 84-86 B- if it is 80-83 C+ if it is 77-79 C if it is 70-76 D if it is 60-69 F if it is 0-60 The user must enter a value for the method and display the result.