Hey I need to do a java program with the


Hey I need to do a java program with the following instruction.

h - Program Purpose:  
   1 - Create a 15 x 15 two dimensional array of int data type
   2 - Load each index in the array with the addition of each (row + column)*3 location
   3 - Using System.out.printf display the content of each index, ALIGNED.
   4 - Create an algorithm that will add all the values in all locations,  display results

 

How:
   1 - In the main method declare the two dimension array, section 1 above in h ( Program Purpose: )
   2 - From the main method, passing the two dimensions array, call a method named arrays
   3 - In the arrays method do section 2 above in ( Program Purpose: )
   4 - From the arrays method call a unique method to implement  section 3 above in h ( Program   
   Purpose: )
   5 - From the arrays method call a unique method to implement  section 4 above in h ( Program
   Purpose: )
   6 - From the arrays method return to the main method and printf your full name in a new line

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions