Write a program that asks the user for their score (0-100). The program should output their grade based on the following ranges:
90-100: 9
80-89: 8
70-79: 7
60-69: 6
Below 60: 5
Write a program that asks the user for their score (0-100). The program should output their grade based on the following ranges:
90-100: 9
80-89: 8
70-79: 7
60-69: 6
Below 60: 5