Computer Science, asked by mrchetraj8765501516, 3 months ago

WAP to add, subtract, multiply and divide two numbers along with the comments ​

Answers

Answered by djemanizar
0
What means Wap bro ?
Answered by Adithyapanjiyara
1

Answer:

a=int(input("Enter a Number"))

b=int(input("Enter a Number"))

A=a+b

S=a-b

M=a*b

D=a/b

print (A,S,M,D)

Hope this will help you

Similar questions