Write a Java to do the following USING ARRAYS MUST USE METHODS Arrays And Functions (Methods) hint write and test one module at the time 1) Input 15 integers (input validation , all numbers must be between -20 and 50 inclusive ) ,create a method/function. 2 methods/functions one for inputand one for input validation 2) Find and display all negative number in the array, create a method/function. 3) Display every other element in the array, create a method/function 4) Find the Sum of all positive numbers in the Array, create a method/function 5) a method/function to display the original array 6) include a menu using the switch statement to enable the user to select one of the the options (2,3,4). 7) include a loop to restart the menu
Write a Java to do the following USING ARRAYS
MUST USE METHODS
Arrays And Functions (Methods)
hint write and test one module at the time
1) Input 15 integers (input validation , all numbers must be between -20 and 50 inclusive ) ,create a method/function. 2 methods/functions one for inputand one for input validation
2) Find and display all negative number in the array, create a method/function.
3) Display every other element in the array, create a method/function
4) Find the Sum of all positive numbers in the Array, create a method/function
5) a method/function to display the original array
6) include a menu using the switch statement to enable the user to select one of the the options (2,3,4).
7) include a loop to restart the menu
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 1 images