Write C# Program to Find the Average Values of all the Array Elements
belongs to collection: C# language array programs with an examples
All Answers
total answers (1)
belongs to collection: C# language array programs with an examples
total answers (1)
I have used Visual Studio 2012 for debugging purpose. But you can use any version of visul studio as per your availability..
Result:
Enter the Size :
5
Enter the Elements of the Array :
10
20
30
40
50
Sum Of Array is : 150
Average Of Array is : 30
need an explanation for this answer? contact us directly to get an explanation for this answer