Question: Five integers are read from input and stored into the array pointArray. Write a static method resetFirstLastValues ( ) that takes an integer array parameter

Five integers are read from input and stored into the array pointArray. Write a static method resetFirstLastValues() that takes an integer array parameter and replaces the first and last elements with -1.
Ex: If the input is 40,20,15,80,75, then the output is:
Input array: 40,20,15,80,75
Output array: -1,20,15,80,-1
 Five integers are read from input and stored into the array

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!