Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ please, dont forget the flowchart with a jpeg, jpg or any image format. thank you Do while loops ( 20 pts): A) Create a

C++ please, dont forget the flowchart with a jpeg, jpg or any image format. thank you image text in transcribed
image text in transcribed
image text in transcribed
Do while loops ( 20 pts): A) Create a flowehart and write a C++ program using a do while loop for Programming Exercise 5.10 on p. 195 (Find the highest score). Run the program for 3 cases: - Case 1: 3 students, first grade is the highest - Case 2: 4 students, last grade is the highest - Case 3: 5 students, middle grade is the highest Tum in a printout of the program and a printout of the results for all cases. B) Create a flowehart and write a a C++ program using a do while loop for Programming Exercise 5.1 on p. 193. - Turn in a printout of the programand a printout of the results. - Test the program for the two test cases in the book along with a third test case that includes 10 valid numbers (including some negative and some positive). 10 (Find the highest score) Write a program that prompts the user to enter the number of students and each student's name and score, and finally displays the name and score of the student with the highest score. (Count positive and negative numbers and compute the average of numbers) Write a program that reads an unspecified number of integers, determines how many positive and negative values have been read, and computes the total and average of the input values (not counting zeros). Your program ends with the input 0 . Display the average as a floating-point number. Here is a sample run

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

More Books

Students also viewed these Databases questions

Question

2. Identify the employees who are included in the plan.

Answered: 1 week ago

Question

7. Discuss the implications of a skill-based pay plan for training.

Answered: 1 week ago