Write a complete program that: 1. Prompts the user to enter a letter grade and reads in a letter grade from the keyboard as a char. 2. Uses a switch statement to output the appropriate range for the grade entered in (2). 3. If a letter is entered in (2) that is not a valid letter grade an error should be displayed. This error handling should be done via the default case of your switch statement. Valid letter grades are: A, a, B, b, C, c, D, d, F, and f. Ranges for each letter grade: GRADE RANGE A 90-100 В 80-89.99 C 70-79.99 60-69.99 F 0-59.99

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.6: Nested Loops
Problem 2E
icon
Related questions
Question

Write in C++

Enter a letter grade
**a
Grade range is 90
100
Transcribed Image Text:Enter a letter grade **a Grade range is 90 100
Write a complete program that:
1. Prompts the user to enter a letter grade and reads in a letter grade from the keyboard as a char.
2. Uses a switch statement to output the appropriate range for the grade entered in (2).
3. If a letter is entered in (2) that is not a valid letter grade an error should be displayed. This error handling should be
done via the default case of your switch statement. Valid letter grades are: A, a, B, b, C, c, D, d, F, and f.
Ranges for each letter grade:
GRADE
RANGE
A
90-100
В
80-89.99
C
70-79.99
D
60-69.99
F
0-59.99
Transcribed Image Text:Write a complete program that: 1. Prompts the user to enter a letter grade and reads in a letter grade from the keyboard as a char. 2. Uses a switch statement to output the appropriate range for the grade entered in (2). 3. If a letter is entered in (2) that is not a valid letter grade an error should be displayed. This error handling should be done via the default case of your switch statement. Valid letter grades are: A, a, B, b, C, c, D, d, F, and f. Ranges for each letter grade: GRADE RANGE A 90-100 В 80-89.99 C 70-79.99 D 60-69.99 F 0-59.99
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr