Question: can you show me how to do this with C++? Assignment #5 Description Write the necessafy program in C++that does the following: 1. Declares a

Assignment \#5 Description Write the necessafy program in C++that does the following: 1. Declares a variable space for a student's name 2. Declares a variable space for a student's final score 3. Declares a variable space for a student's letter grade 4. Asks the user to input the student's name using the proper prompt, reads the inputted value, and stores it in the variable space 5. Asks the user to input the student's final score using the proper prompt, reads the inputted value, and stores it in the variable space .... continued on next slide Assignment \#5 Description (continued....) Grade Scale 6. Finds the letter grade for the student based on the inputted final score and using the grade scale (shown in the picture on the right: 7. Displays the Student name and letter grade as output on the screen
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
