017-002-003
Conditionals: Grade Calculator
Hard
Problem Description
Range Checking
In this problem, you will create a program that receives an integer score, uses consecutive if-else if statements to determine the grade (e.g., 90 or above is A, 80 or above is B, etc.) based on score ranges, and displays the result to standard output.
Ready to Try Running Code?
Log in to access the code editor and execute your solutions for this problem.
Don't have an account?
Sign Up