Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Your friend has asked you to help them with a project. He needs to calculate his grades, but is finding it difficult to operate a

Your friend has asked you to help them with a project. He needs to calculate his grades, but is finding it difficult to operate a calculator. Create a program which will accept an unlimited number of scores and calculates the average score. You will also need to prompt for the total points possible. Assume each test is worth 100 points.

requirments:

Enter the Student ID first, then prompt for grades. Keep prompting for grades until the client enters calc. That triggers final processing. Make you code as reliable as possible. Make your program output easy to read. You cannot use anything from the standard template library. Use functions whenever possible to modularize your code. Use function prototypes and code the functions under main(). Style guide elements apply: comments, layout, Program Greeting, Source File Header, and variables etc. etc.

Note: answer in C++ please.

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_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

Databases Organizing Information Digital And Information Literacy

Authors: Greg Roza

1st Edition

1448805929, 978-1448805921

More Books

Students also viewed these Databases questions

Question

Explain how Sample function works in R.

Answered: 1 week ago