Question: This is for Java I was not given a sample input or output Lab 8.1.6 - Integer 2D Array Initially Empty Write a program to
This is for Java

Lab 8.1.6 - Integer 2D Array Initially Empty Write a program to define an initially empty 2D array of integer values, of any size you wish, minimum 4x4, outputting the elements of the empty array, and then changing half the values to positive even numbers and the other half negative odd numbers. Include a blank line between output sets. public class Lab816 { public static void main(String[] args) { // code to define an initially empty int 2D array, minimum size 4x4 // code to output all original values // code to change half the values to even positive numbers //and the other half to negative odd numbers //code to output a blank line separating output sets // code to output all array elements } Lab 8.1.6 Starter Code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
