Question: Solve for Java. Thank you in advance EXERCISE 1 Problem: Write a program that prompts the user to enter 10 numbers and stores them in
Solve for Java. Thank you in advance
EXERCISE 1 Problem: Write a program that prompts the user to enter 10 numbers and stores them in an array Then it should double all elements in that array Finally the program should print the contents of the resulting array EXERCISE 2 Problem: Write a method with the following signature, which finds and returns the maximum element in an array of double values: public static double max(double[] array) Write the body of a main function to test the above method EXERCISE 3 Problem: Write a method to test if an array is sorted in an ascending order and return a boolean result: public static boolean isSorted (int[] array)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
