Write a program that a number of integers from the user and show one at random.
The program should ask the user how many numbers to input.
Once the numbers are input, the program should display one of them at random.
Using the software development process, answer the following questions:
sol
(a)
Write an algorithm for the program.
(b)
Draw a flowchart for the algorithm.
(c)
Write a pseudocode for the algorithm.
(d)
Implement the program.