Question: Java 1. Write a method totalOdds() that takes an integer array, numArray, as a parameter and returns the number of integers in the array that
Java
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.
3. Using the Die class previously developed, write an application TestDice, that creates and populates an array of 50 die objects with random face values. The application rolls each die, calculates, and print to the screen the number of Die objects in the array with an odd face value.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
