Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

write a c++ program to find the average grade for each student.the average will be find by the 3 tests that the user will input

write a c++ program to find the average grade for each student.the average will be find by the 3 tests that the user will input for each student and it will be divided by 3

inputs =name, lastname ,test 1 ,test 2, test 3

. use arrays for every input.

create an array for name, lastname ,test1, test2 ,test3. score averge.

must be between 0 and 100. Any other number it should send a message saying invalid number enter a new score.

outputs= find the average for each student,(add 3 test scores and divide by 3 to find average find the highest average, and lowest average use any type of loops, if ,else, switch , arrays, precison

MUSt use arrays , and typedef (for string data types)

the ouptut should have the name , last name , score for test 1, scores for test 2, score for test3, average grade.

and also calculate the highest average from all the students and the lowest average from all the students and ouput them.

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

Modern Database Management

Authors: Fred R. McFadden, Jeffrey Slater, Mary B. Prescott

5th Edition

0805360549, 978-0805360547

More Books

Students also viewed these Databases questions