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