Page 1 of 1

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
by answerhappygod
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
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 72 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+ 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.