3. Write a Java program that calculates the sum and average of 6 numbers. It should ask the user to input the numbers an
Posted: Fri May 20, 2022 4:36 pm
3. Write a Java program that calculates the sum and average of 6 numbers. It should ask the user to input the numbers and put them in an array. Then find the sum and average of numbers in the array.