Question: USE C++ Write a program that can output the largest value and sum for a series of lines. The first line of input consist of

USE C++
 USE C++ Write a program that can output the largest value
and sum for a series of lines. The first line of input

Write a program that can output the largest value and sum for a series of lines. The first line of input consist of two integers: the number of lines and the number of values on each line. Then the rest of the input will consist of floating point values (in the number of lines and number of values per line previously indicated). Be sure your formatting matches the test cases (round to the nearest hundredths). INPUT OF THE TEST CASE 1 3 4 2 1 2 3 4 3 5 7.845 7 -6.45 4 -0.004 45.9899 19 3 YOUR CODE'S OUTPUT None THE CORRECT OOUTPUT OF THE TEST CASE 1 Line 0: Max = 4.00; Sum = 10.00 2 Line l: Max = 7.84; Sum = 13.39 = 45.99; Sum = 67.99 3 Line 2: Max 4

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!