Question: Write a Java program using the following methods: A method to prompt the user to enter in 8 integers; and read in those integers as
Write a Java program using the following methods:
A method to prompt the user to enter in 8 integers; and read in those integers as elements in the array. Have the size of the array declared as a class constant (8). This method should take as input parameter; the array. This method should also use the .length field.
A method to print the elements of the array. This method should take as input parameters the array and its size.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
