Can someone please help me write a method coding that accepts a two dimensional integer array as the argument and returns true if the array or matrix is left or right triangular matrix. Needing to test this method using main method. Anyhelp is appreciated.
If true it is a triangular matrix if false it is not