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, 21.06.2019 21:00
Which function key is used to enable the spelling & grammar function in a word processing program such as microsoft word?
Answers: 3
question
Computers and Technology, 23.06.2019 09:00
What provides an array of buttons for quick access to commonly used commands and tools
Answers: 1
question
Computers and Technology, 23.06.2019 15:30
1. ask the user how many questions are in the quiz. 2. ask the user to enter the key (that is, the correct answers). there should be one answer for each question in the quiz, and each answer should be an integer. e.g., 34 7 13 100 81 3 9 10 321 12 might be the key for a 10-question quiz. you will need to store the key in an array. 3. ask the user to enter the answers for the quiz to be graded. there needs to be one answer for each question. note that these answers do not need to be stored; each answer can simply be compared to the key as it is entered. 4. when the user has entered all of the answers to be graded, print the number correct and the percent correct. 5. add a loop so that the user can grade any number of quizzes with a single key. after the results have been printed for each quiz, ask "grade another quiz? (y/n)." note: you only have one array (the key). you are not creating a new key for each set of quiz answers.
Answers: 3
question
Computers and Technology, 24.06.2019 04:10
Write a program that reads a set of floating-point values. ask the user to enter the values, then print • the average of the values. • the smallest of the values. • the largest of the values. • the range, that is the difference between the smallest and largest. of course, you may only prompt for the values once.
Answers: 3
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
Mathematics, 03.06.2021 04:00
question
Mathematics, 03.06.2021 04:00
Questions on the website: 13722363