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.

1 answer

read x,y
print x+y, x*y