Math, asked by jasika6088, 9 hours ago

Write an algorithm to find the sum,product and difference of two input numbers

Answers

Answered by AllenGPhilip
3

Answer:

Step-by-step explanation:

Step  01 : Start

Step 02 : Input A , B

Step 03 : C = A + B

Step 04 : D = (A * B)

Step 05 : E = A - B

Step 06 : Output C , D , E

Step 07 : Stop

Similar questions