Write a program to compare two given numbers and display which of them is greater or whether they are equal
Answers
Answered by
0
Answer:
assume the two numbers 10,20
_______________________________________
a = 10
b = 20
if a > b :
print("10 is greater")
elif a < b :
print("20 is greater")
elif a = b :
print("both are equal)
--------------------------------------------------
the above programme is written In PYTHON
Answered by
4
And you are saying about photo huh
Please I don't have that much bad days okay
And leave these things better for you only
Similar questions