Question: (c++) User will enter a value (N) which represents the number of values to process ( must be
(c++) User will enter a value (N) which represents the number of values to process ( must be <= 500 ) User enters N numbers in the range of -2147483648 to 2147483647 User will enter N numbers which will be stored in an array Program will compute and display the sum, average, largest, and smallest of the N numbers Program will also search the array for a specific value; NOTE you must have a separate loop to input the data a separate loop to sum the data and find the largest and smallest values A separate loop is needed to search the array for a specific value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
