Write a java program to 1. Create a 2D array of integers 2. Initialize the array by getting input
from the user 3. Get the contents of 2D array and add the even numbers to single dimensional
array called Eve and the odd numbers to single dimensional array called OD 4. Print the contents
of 2D array and even and odd arrays

Write a java program to 1- Create a 2D array of integers 2- Initialize.pdf

  • 1.
    Write a javaprogram to 1. Create a 2D array of integers 2. Initialize the array by getting input from the user 3. Get the contents of 2D array and add the even numbers to single dimensional array called Eve and the odd numbers to single dimensional array called OD 4. Print the contents of 2D array and even and odd arrays