Write an algorithm to print the addition , subtraction and product of two numbers .
Answers
Answer: here is the algo
Explanation: step 1: start
step2:take integer type or float type variables like a ,b,sum
step3: enter the two number
step4:the two numbers are a and b
step5:sum=a+b
step6:the required addition is =sum
step 1:start
step2:take integer type or float type variables like a ,b,sub
step3: enter the two number
step4:the two numbers are a and b
step5:sub=a-b
step6:the required substraction is =sub
step1: start
step2:take integer type or float type variables like a ,b,pro
step3: enter the two number
step4:the two numbers are a and b
step5:pro=a*b
step6:the required addition is =pro
i am happy by helping u
Answer:
Answer: here is the algo
Explanation:
Explanation: step 1: start
step2:take integer type or float type variables like a ,b,sum
step3: enter the two number
step4:the two numbers are a and b
step5:sum=a+b
step6:the required addition is =sum