write an algorithm to calculate the difference two numbers
Answers
Answered by
8
Explanation:
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. #answerwithquality #BAL.
Similar questions