Question: Write a shell script called LetterGrade (or LG) that prompts the user for a grade between 0 and 100. The shell script should determine the
Write a shell script called LetterGrade (or LG) that prompts the user for a grade between 0 and 100. The shell script should determine the correct letter grade for the numerical grade based on the following grading system:
A = 90 100
B = 80 < 90
C = 70 < 80
D = 60 < 70
F = <60
The script should then display The letter grade is:
TASK 2
Add code to the shell script so that it continues to prompt the user for numerical grades until the user chooses to exit the shell script.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
