Asked by Prince Sarip

Write the pseudocode for a program that allows the user to input 2 numbers. The program prints out the sum and the product of the 2 numbers. Draw the flowchart.

Answers

Answered by oobleck
read x,y
print x+y, x*y
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions