Question
C++ program problem: TEACHER HAS PLAIGARISM CHECKER. CAN YOU PLEASE EMAIL THE CODE TO: thebestsky208@gmai l.com Your friend has asked you to help them with
C++ program problem: TEACHER HAS PLAIGARISM CHECKER. CAN YOU PLEASE EMAIL THE CODE TO: thebestsky208@gmai l.com
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.
Requirements.
Enter the Student ID first, then prompt for grades. Keep prompt- ing for grades until the client enters calc. That triggers final pro- cessing.
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.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started