- 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 1 (36.37 KiB) Viewed 71 times
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+
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 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+
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.