Patient SG comes to your office sharing that she plans to be…

Questions

Write а full Jаvа prоgram tо find the summatiоn of the first column (Index 0) of the array x[4][4].  The array is of type int.  Your program has to have the following methods:  a method to read the array, accepting input from the user. a method to find the summation of the first column elements.  a method to print the array.   In your output show the array and the summation.  Use the NetBeans to finish this question, submit the full project including the .java file(s), and copy and paste your answer in the text box below.  Note: It is your responsibility to submit the correct files, otherwise zero will be scored.  Submit the screenshots of the output.  Do not forget to document your project.