Question
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
oobleck
read x,y
print x+y, x*y
print x+y, x*y