Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ Bonus Opportunity In the Gradebook lab, you wrote a program for a teacher that could compute the test average and letter grade for his

C++

image text in transcribed
Bonus Opportunity In the Gradebook lab, you wrote a program for a teacher that could compute the test average and letter grade for his or her students. The teacher would like to also drop each student's lowest test score from their gradebook to help improve their grade. Create a copy of the program and modify the copy so that the gradebook drops the lowest test score from each student's average and outputs which score was dropped. See the sample output below. Sample Output Microsoft Visual Studio Debug Console Enter Student 1's name: Chad Enter Chad's Test scores: 100 90 0 89 Enter Student 2's name: Corey Enter Corey's Test scores: 78 77 65 88 Enter Student 3's name: Sandra Enter Sandra's Test scores: 100 100 20 100 Enter Student 4's name: Lilly Enter Lilly's Test scores: 88 0 0 45 Enter Student 5's name: Dustin Enter Dustin's Test scores: 46 68 65 85 Chad: 93.00, A, Dropped Score: 0.00 Corey: 81.00, B, Dropped Score: 65.00 Sandra: : 100.00, A, Dropped Score: 20.00 Lilly: 44. 33, F, Dropped Score: 0.00 Dustin: 72.67, C, Dropped Score: 46.00

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Unity From Zero To Proficiency Beginner A Step By Step Guide To Coding Your First Game

Authors: Patrick Felicia

1st Edition

1091872023, 978-1091872028

More Books

Students also viewed these Programming questions

Question

Who heads the council of ministers?

Answered: 1 week ago

Question

Who Coined and used the ward non aligned first?

Answered: 1 week ago

Question

Formation of forward bloc by subha bose was .....?

Answered: 1 week ago

Question

The S.I. unit of change is........?

Answered: 1 week ago