take values of length and breath of a rectangle from user and check if it is square or not?/ in python
Answers
Answered by
6
Answer
if you want programs in Python here is your answer :-
l = int(input("Enter your first number:"))
b = int(input("Enter your second number : "))
if l=b:
prin("Its a square ")
else:
print ("its a rectangle ")
Similar questions
English,
4 days ago
Math,
4 days ago
Math,
4 days ago
CBSE BOARD X,
8 days ago
English,
8 days ago
Social Sciences,
9 months ago
Hindi,
9 months ago