94.3k views
3 votes
Write a basic program to calculate the sum and product of any two numbers​

1 Answer

13 votes

Answer:

to calculate sum

Start

accept num1

accept num2

sum = num1 +num2

end

User Dochoffiday
by
4.1k points