Write a program that inputsn positive integers into an array from the keyboard and prints the sum, average, and product of these numbers. Prompt the user forn. Use the method headers in your program:
public static int sum( int[] a ) public static double average( int[] a ) public static int product( int[] a )
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here