Question: Write a Java program create a two-dimesional array B[6][3] of type double inside main method. Assign the values to the array and apply the following:
Write a Java program create a two-dimesional array B[6][3] of type double inside main method. Assign the values to the array and apply the following:
a) Print out all elements inside the array.
b) Print out the summation of elements in the array.
c) Print out the value of B[4][2]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
