Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help with this in c++ The output should look something like this.... How would I do this? Starting out With Cpp rror rting

I need help with this in c++

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

The output should look something like this.... How would I do this?

image text in transcribed

Starting out With Cpp rror rting out with C rrom some pdl s/dell/Dow Find on page Finter text to search Write a program that uses a structure to store the following data: Member name Description Name Student name Odnum Student ID number Tests Array of test scores Average Average of the scores in the array Grade Course grade The program should keep a list of test score for a group of students. It should ask the user how many students there are. It should then dynamically allocate an array of structures. Each structure's Tests member should be an array of test scores. After the array has been dynamically allocated, the program should ask for the name, ID number and all the test scores for each student. The average test score should be calculated and stored in the Average member of each structure. The Course grade should be computed on the basis of the following grading scale: Average test score Course Brade 80 KB 360 D 60 F The course grade should then be stored in the Grade member of each structure. Once all this data is calculated, a table should be displayed listing each student's name, ID number, average test score, and course grade. The program should do input validation. As long as the input is invalid, ask the user to reenter. Do not accept an ID K 0, and do not accept negative numbers for any test score. 1. Requirements Name, ldnum, Tests, Average, and Grade should be of type string int, int J, double and char respectively. Set the size of the Tests array to be 3 (we assume there are 3 tests)

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

Fundamentals Of Database System

Authors: Elmasri Ramez And Navathe Shamkant

7th Edition

978-9332582705

More Books

Students also viewed these Databases questions

Question

Exposure to SQL desirable but not required

Answered: 1 week ago

Question

Strong analytical, communication, and problem-solving skills

Answered: 1 week ago