Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can I please have some help with this? It's for a C++ programming II course. I have included all parts of the question and a

Can I please have some help with this? It's for a C++ programming II course. I have included all parts of the question and a screenshot of the instructions. Thank you.

Textbook problem part 1:

image text in transcribed

Part 1 continued:

image text in transcribed

The Instructions:

image text in transcribed

Problem Course Grade Write a program that uses a structure to store the following data: Member Name Description Name Student name Idnum Student ID number Tests Pointer to an array of test scores Average Average test score Grade 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 Course Grade 91-100 A 81-90 B 71-80 61-70 60 or below 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 on the screen listing each student's name, ID number, average test score, and course grade. Input Validation: Be sure all the data for each student is entered. Do not accept negative numbers for any test score. LAB 3 CHP11. Design Document (5 points). Be creative in the presentation of this report. Be professional. Be certain your text (pseudocode and c++ code) document and photos that shows your outputs are clearly to read. Your PDF file report must be named LAB3.pdf. For your Course Grade Program: Your program must include at least one function called by a pointer. Implement modularity as much as possible. The user is who decide to finish or continue the program. Data input, output and processing must be done in independent functions. Test your program for different inputs and display outputs. Show the results of such testing on your report in an orderly manner. Submit a txt file of your C++ code. Programming Challenges: Course Grade. Page 661(75 points). Create a program that implement the following function: Int getN(const char *node, const struct info *str, struct info **ch). Test it and show the outputs in your report. (10 points) Submit the txt file of the C++ code (10 points)

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

Database Concepts International Edition

Authors: David M. Kroenke

6th Edition International Edition

0133098222, 978-0133098228

More Books

Students also viewed these Databases questions