Find Sum and Average of Array in Java
Task: Write a Java program to Find Sum and Average of Array in Java. First of all, the user will input 5 numbers of type double in array. After this, the Java program will calculate sum and average of the numbers in array. The source code of Java Program to find Sum and average of… Read More »