31,725 views
19 votes
19 votes
Write a basic program to calculate the sum and product of any two numbers​

User Leonardo Marques
by
2.6k points

1 Answer

11 votes
11 votes

Answer:

to calculate sum

Start

accept num1

accept num2

sum = num1 +num2

end

User Trendels
by
2.5k points