A Java "program" to determine whether two matrices are equal. Want "program" not the "algorithm"
Answers
Answered by
24
Program to check if two arrays are equal or not is discussed here. Given two arrays, display "Same" if both the arrays are equal. Else, display "Not Same".
Input format -
- Input consists of 2 integers and 2 arrays.
- Integers correspond to the size of arrays.
- If two arrays are same, display "Same" else display "Not Same"
Similar questions