Create a program that will prompt the user to enter how many random numbers are to be displayed. The random numbers have no limit, meaning to say it can range from negative numbers to positive numbers. Display all the random numbers in a 5 column format. Display the ff,a) The smallest number,b) The largest number,c) The sum of all the random numbers. Identify the following if the sum of the numbers is ODD or EVEN.
1.)If it is EVEN identify if it is DWARF or NOT DWARF. A number is considered dwarf if the sum of its factors is greater than the half of the number.
2.)If it is ODD identify if it is prime or composite. If it turns out to be a composite number, then display the factors of the sum.
The program can also go back from the start . Use statements/structures up to ITERATION/LOOPING STATEMENTS ONLY!!!