Computer Science, asked by nigusruth2, 1 month ago

write a c++ program that takes a value of length and breadth the rectangle for user and check of if it is square or not

Answers

Answered by yashc26368
1

Answer:

if you want programes in python here's your answer

Explanation:

int(input("Enter your first number :")) b-int(input("Enter your second number :"))

if l=b:

print("Its a square")

else :

print("its an rectangle")

Similar questions