Question: 1. Write a method totalOdds() that takes an integer array, numArray, as a parameter and returns the number of integers in the array that are
1. Write a method totalOdds() that takes an integer array, numArray, as a parameter and returns the number of integers in the array that are odd.
2. Embed this method in an application TestOdds and invoke method using an array containing integers: 1, 7, 8, 3, 4, 9.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
