Task 04
Write C# code which generates and displays 10 random (integer) numbers between 0 and
50, note that each time this program runs the results are different.
Task 05
Repeat your code from the previous exercise.
In addition to generating the 10 random numbers, display the lowest of the 10 numbers.
Task 06
Repeat your code from the previous exercise.
In addition to the lowest number, display the highest and the average of the 10
numbers.