Computer Science, asked by afshas024, 8 months ago

write a php program to calculate average of 5 subjects

Answers

Answered by akashkumar02042001
0

Answer:

Java program to calculate the average of numbers in Java

Collect integer values in an array A of size N.

Add all values of A.

Divide the output of Step 2 with N.

Similar questions