Ctrl+Shift+F ⇒ To format on save

http://www.eclipseonetips.com/2009/12/13/automatically-format-and-cleanup-code-every-time-you-save/#:~:text=do this using-,Ctrl%2BShift%2BF,-but (1) you

Lab PDF - G Drive - https://drive.google.com/file/d/1IrivGolBHOinwrA1J-exe7GY03or0iiV/view?usp=sharing


  1. Design a java Program to add two matrix using multi-dimensional arrays, pass two dimensional array as parameter to the method
  1. Design a java program with one method to put even & odd elements of an array in 2 separate arrays, and another method to find the transpose of the matrix by implementing the concept of method overriding.
  1. Design a java code to accept a value for ‘n’ and calculate the total number of all possible squares in a square matrix.
  1. Design a code for a simple calculator which takes input from the user and also details of what operation must be performed. The user can input only 2 operands