Programming logic C# visual studio. Please paste the code with the screenshot. Compute the average of…
Programming logic C# visual studio.
Please paste the code with the screenshot.
Compute the average of the elements of the given array and then
output the average.
int[] numbers = new int[10];
Add these numbers to the array
87, 68, 94, 100 , 83, 78, 85, 91, 76,
87
The output should be like this:
The average is ……