write an algorithm to find the difference of 2 numbers for computer chapter 9 for class 7
Answers
Answered by
0
Answer:
here is the answer. Mark me as the brainliest
Explanation:
a = int(input("first number"))
b = int(input("second number"))
result = a - b
print(res)
Answered by
0
Answer:
here is the answer.
Explanation:
a = int (input ("first number")
b = int(input("second number")) !!
result = a - b
print(res)
Similar questions