Create a program that allows the user to enter sets of


Create a program that allows the user to enter sets of integer values, in any order.Per set of data,the program is to output the largest number.

EXAMPLE

1 Given the set of supplied values:(1,-3,22,-30),the program should display 22 as the largest value

2 Given the set of supplied values:(52,20,-9,0,100,-15), the program should display 100 as the largest value.

REQUIREMENT

For a single execution of the program,the user may enter multiple sets of data, and for each set of data the program should find the largest number.

Solution Preview :

Prepared by a verified Expert
Programming Languages: Create a program that allows the user to enter sets of
Reference No:- TGS01719194

Now Priced at $40 (50% Discount)

Recommended (92%)

Rated (4.4/5)