Question: Create a new class 1. 2 arrays as field variables a. int array with 12 elements b. string array with 12 elements 2. Fill both

Create a new class 1. 2 arrays as field variables a. int array with 12 elements b. string array with 12 elements 2. Fill both arrays in the constructor with anynumbers and anystrings 3. Create three methods a. one method that lists the int array to the terminal and then lists the int array to the terminal by calling the PrntArryMethod b. one method that lists the in array to the terminal using a while b. third method that list the string array to the terminal. 4. create a method PrntArryMethod that takes an int array as a parameter and then lists the array to the terminal.

Language: Java

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!