Computer Science, asked by purnimarau3809, 11 months ago

Write a program to calculate and print subtraction of two numbers

Answers

Answered by Anonymous
0

Answer:

its a python program

Explanation:

a=int(input("enter the first number"))

b=int(input("enter the second number"))

subtraction=a-b

print(subtraction,"is the answer")

#hope it helps you

please mark brainliest

Similar questions