WAP using INPUT statement to find the difference of two numbers.
Answers
Answered by
1
Answer:
python
Explanation:
a=int(input())
b=int(input())
if(a>b):
print(a-b)
else:
print(b-a)
Answered by
0
☺️☹️⭐⚡✨☠️️❤️♥️❣️️❣️ok bro
Similar questions
Environmental Sciences,
1 month ago
Physics,
1 month ago
Computer Science,
4 months ago
Accountancy,
4 months ago
Math,
10 months ago
English,
10 months ago