Question: ASAP ASAP In java lanaguage You need to write a program that allows the user perform the following tasks: Ask user number of integers to
ASAP ASAP
In java lanaguage
You need to write a program that allows the user perform the following tasks:
Ask user number of integers to store.
Set up integer array to hold strings input.
calls method to allow user to store their integers in array.
Calls method to print current contents of array
call method to calculate difference between even and odd integers in array.
calls method that determines whether any values are repeated om the array.
so your program contains 4 methods:
Method to fill array:
- do not pass the Scanner object from main() to the method; set up a new Scanner object in the method.
Method to print array
Method to determine the difference between the even integers in the array and the odd integers
Method to determine whether there are any repeated values in the array
ASAP ASAP ASAP ASAP ASAP ASAPASAP
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
