Create a program that allows a user to enter sets of inter


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

Examples:

Given the set of supplied values:(1,-4, 12,-16) the program should display 12 as the largest number
Given the set of supplied values:(40, -74,0, 23,1000) the program should display 1000 as the largest nmber.
Requirements: For a single execution of the program the user amy enter multiple sets of data, and for each data the program should find the largest number.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Create a program that allows a user to enter sets of inter
Reference No:- TGS0662619

Expected delivery within 24 Hours