Solve if-else problem
Take the values given below of length and breadth of a rectangle and check if it is
square or not.
var length=200;
var breadth=200;
2 Replies
this isn't a place you can just paste your homework questions without showing any effort of your own
Hint: The length and breadth must be equal for it to be a square.