Question: 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


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: 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, furst grade is the highest - Case 2: 4 students, last grade is the highest - Case 3: 5 students, middle grade is the highest Turn in a printout of the program and a printout of the results for all cases. B) Create a flowchart 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 program and 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)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
