Question: 1. Create a Java application named ArrayMethodTest . 2. Implement a static method named border that accepts a two-dimensional array of chars named array as
1. Create a Java application named ArrayMethodTest.
2. Implement a static method named border that accepts a two-dimensional array of chars named array as a parameter. It initializes all of the elements of the array to x except for the perimeter (first and last column, and first and last row) that is initialized to o.
3. Use the main method to call and test your method named border and display the output.
please answer using basic/easy methods. thank you.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
