Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a C++ program that uses a structure to store the following data: Member Name Name Idnum Tests Average Grade Description Student name Student

 

Write a C++ program that uses a structure to store the following data: Member Name Name Idnum Tests Average Grade Description Student name Student ID number Pointer to an array of test scores Average rest score Course grade The program should keep a list of test scores for a group of students. It should ask the user how many test scores there are to be and how many students there are. It should then dynamically allocate an array of structures. Each structure s Tests member should point to a dynamically allocated array that will hold the test scores. After the arrays have been dynamically allocated, the program should ask for the 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 Grade 91-100 Course Grade A 81-90 71-80 61-70 60 or below DUOF B C F The course grade should then be stored in the Grade member of each structure. Once all this data is calculated, a table should he displayed on the screen listing each student s name, ID number, average test score, and course grade. Input Validation: Be sure all the data (or each student is entered. Do not accept negative numbers (or any test score.

Step by Step Solution

3.44 Rating (157 Votes )

There are 3 Steps involved in it

Step: 1

Read the code comments for more information C CODE include include using namespace std class student ... 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_2

Step: 3

blur-text-image_3

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

Discrete and Combinatorial Mathematics An Applied Introduction

Authors: Ralph P. Grimaldi

5th edition

201726343, 978-0201726343

More Books

Students also viewed these Accounting questions

Question

Question: 15 i XXI 3r ww 3212 OB - Vth, Rth=? Jona

Answered: 1 week ago

Question

What is annual service level and how is it related to z?

Answered: 1 week ago