Asked by Anonymous

Write a pseudocode which will accept two integers from the user and calculate the sum and product. Then display the answer to the user.

Answers

Answered by oobleck
read m,n
sum = m+n
product = m*n
print sum,product
Answered by Anonymous
Write Pseudo-code for Summing consecutive integers
Answered by asma
math
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions