Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use c++ to do this and please follow the same structure chart provided Lab 7 Lowest Score Daop (version 2) Objectives To provide students with
Use c++ to do this and please follow the same structure chart provided
Lab 7 Lowest Score Daop (version 2) Objectives To provide students with the experience of using Arrays and functions . selections and loops algorithms and structure chart Score #5: 80 Score #6: 93 Score #7: 80 Score #B: 43 Score #9: 68 Score #10: 90 After dropping the lowest test score, the test average is 76.1 Thanks for using our system. Problems Modify Lab S-Tas2 so that the program accepts a series of test scores and calculates the average of the scores with the lowest score dupped. Your pengram should follow the same structure charts in Lab 5: Grading your lab When you are sure that you have completed all the requirements, you can ask the instructor ar TA to check your work. You must get your test dita ready. Main CALA Where .getScore asks for a series of scores; salsaxsxasis.) calculates the average of the scores with the lowest score dropped. It calls the function Findlast to calculate the lowest score as shown in the chart. [Hint] Follow the example of Pr7-20.cpp Requirements Store student scores in an array. Declare array size by a constant that you can rerum the program hy different sizes Cakulate the lowest sexe following the same method in Labs Tusk2. An example of test run The output of your program might look like this when the array size is set to 10: Sasira.out Enter 10 test scores between 0 and 100. Score #1: 101 Score must be in the range 0 - 100. Please re-enter score. Score #1: 73 Score #2: 80 Score #3: 78 Score #4: -20 Score must be in the range 0 - 100. Please re-enter score. Score #4: 28
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started