Create a program that randomly generates array
elements from <8, 64>.
Create a program in which
you enter a range of values through the input to randomly generate array
elements.
Create a program that draws a column histogram using the array
(Figure).
Modify your program so that values that have already been
selected and assigned to one of the array elements are not
repeated during random values generation.
Create a program that finds the lowest array element with randomly
generated elements from the interval <3, 25>.
Create a program that calculates the product of all array elements.
Create a program that calculates the geometric mean of the given
array elements.
Create a program that generates array values according to
the Fibonacci sequence.