Problem
Write a Java program create a two-dimensional array Arr[3][4] of type integer . Assign the values to the array and apply the following:
• Display all elements inside the .array
• Add 7 to all elements an array and .display the result.
• Display the value at Arr[2][3]