// Creating the object for scanner class to take the input..... Scanner sc = new Scanner(System.in); // taking the input from user to create a square matrix..... System.out.print("Enter the number for ...
Q. Write a menu driven program to perform the following operations on a square matrix. Write separate functions for each option. i. Check if the matrix is symmetric. ii. Display the trace of the ...