Question: C++ Write a program that Generates 50 random numbers (numbers can range from -100 to 100) and outputs the following 1. Sorted numbers in ascending

C++ Write a program that Generates 50 random numbers (numbers can range from -100 to 100) and outputs the following 1. Sorted numbers in ascending order. 2. Sorted numbers in descending order 3. Sum of all numbers 4. Product of all numbers 5. Returns the min and max number 6. Asks user if they want to repeat the program or exit. Note: Your program should not accept string as an input and should be able to handle it by sending a message to the user asking to input numbers in a correct format again. Your program should not be halted in an event where a string was inputted.

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!