Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

RAPTOR flow chart with reverse loop logic and psuedocode. please: for this program, you will calculate a student's average for a semester. The student has

RAPTOR flow chart with reverse loop logic and psuedocode. please: for this program, you will calculate a student's average for a semester. The student has earned 6 test grades during the semester, and their average is calculated after removing the lowest grade from the scores. Write a program that asks the user to enter the six grades and stores them in an array. Then, search the array for the lowest value and remove that value from the total. Calculate the student's average for the best 5 grades. HINT: To find the average, the simplest approach is to find the sum of all 6 test scores and then subtract the lowest score from that total...this will give you the sum of the 5 highest test scores. When you are finding the average, don't forget to use SIZE -1 for the divisor

Example Output:

Enter grade #1

100[Enter]

Enter grade #2

90[Enter]

Enter grade #3

95[Enter]

Enter grade #4

98[Enter]

Enter grade #5

88[Enter]

Enter grade #6

92[Enter]

The low grade of 88 was dropped resulting in an average of 95

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

Transactions On Large Scale Data And Knowledge Centered Systems X Special Issue On Database And Expert Systems Applications Lncs 8220

Authors: Abdelkader Hameurlain ,Josef Kung ,Roland Wagner ,Stephen W. Liddle ,Klaus-Dieter Schewe ,Xiaofang Zhou

2013th Edition

3642412203, 978-3642412202

More Books

Students also viewed these Databases questions