Computer Science, asked by muminabegum3232, 9 months ago

write a java program to find the average of 10 variables​

Answers

Answered by nishantraj24
1

Answer:

We will see two programs to find the average of numbers using array. First Program finds the average of specified array elements. The second programs takes the value of n (number of elements) and the numbers provided by user and finds the average of them using array.

To understand these programs you should have the knowledge of following Java Programming concepts:

1) Java Arrays

2) For loop

Similar questions