Computer Science, asked by Khushigirdhar2894, 11 months ago

An algorithm to find the sum product and difference of two numbers

Answers

Answered by mohithh172006
2

Answer:

ALGORITHM IS AS FOLLOWS

Explanation:

START

READ a,b

sum=a+b

display sum

product=a×b

display product

dif=a-b

display dif

stop

Answered by Sushreeya
2

Answer:

Explanation:

START

READ a,b

sum=a+b

display sum

product=a×b

display product

dif=a-b

display dif

stop

Similar questions