Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
image text in transcribed
image text in transcribed
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

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

Contemporary Issues In Database Design And Information Systems Development

Authors: Keng Siau

1st Edition

1599042894, 978-1599042893

More Books

Students also viewed these Databases questions