subject

Assignment: Construct a flowchart and then write a C++ program that will: ask the user to enter five (5) test scores
if any of the scores are less than zero (<0) or greater than 100 (>100), print an error message and exit the program
calculate the average of the five test scores
report the data entered by the user
report the average (rounded to two decimal places)
use cout << fixed << setprecision (2)
report the letter grade that should be assigned using the following scale
Additional Requirements:
The output from your program should be reported to both the screen (cout) and an output file names "Practicum1.txt".
Attach you flowchart to this document.
I need both of the flowchart and the c++ program for this assignment, the flowchart would better be hand written. The important thing is: how to end the program automatically if the input is under the condition of (score < 0 or > 100).

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:30
Plz 40 points what are raster vectors? a bitmap image a vector file a type of printing press a small projector
Answers: 1
question
Computers and Technology, 22.06.2019 15:00
Which of the following statements tests if students have a grade of 70 or above, as well as fewer than five absences? a: if(grade > = 70 and daysabsent < = 5): b: if(grade > = 70 or daysabsent < = 5): c: if(grade > 70 and daysabsent < = 5): d: if(grade > 70 or daysabsent < = 5): i took the test the answer is a
Answers: 1
question
Computers and Technology, 23.06.2019 22:30
You draw two cards from a standard deck of 52 cards, but before you draw the second card, you put the first one back and reshuffle the deck. (a) are the outcomes on the two cards independent? why?
Answers: 3
question
Computers and Technology, 23.06.2019 22:30
The output voltage of a power supply is assumed to be normally distributed. sixteen observations are taken at random on voltage are as follows: 10.35, 9.30, 10.00, 9.96, 11.65, 12.00, 11.25, 9.58, 11.54, 9.95, 10.28, 8.37, 10.44, 9.25, 9.38, and 10.85
Answers: 1
You know the right answer?
Assignment: Construct a flowchart and then write a C++ program that will: ask the user to enter fiv...
Questions
question
Chemistry, 21.10.2019 23:00
question
Mathematics, 21.10.2019 23:00
Questions on the website: 13722363