Question: JAVA Write a method oddItems() that takes an int array as an input and prints the odd items of the array as an array list.
JAVA

Write a method oddItems() that takes an int array as an input and prints the odd items of the array as an array list. main takes the elements of the array from the user, prints the array and calls the method. Constraints - array size is 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
