write an algorithm to calculate the sum difference product and subtract of two numbers
Answers
Answered by
4
Answer:
Well you have to calculate sum, difference ,product of 2 numbers
first Declare 2 variables a ,b
input 2 nos a and b
print sum=a+b
print difference = a-b
print product =a*b
end
Similar questions