Question #240089

Write a pseudo code for a program which will accept two numbers from the keyboard and calculate the sum and product displaying the answer on the monitor screen


Expert's answer

Pseudocode:

a = read()
b = read()

x = a + b
print("a + b = " + x)

y = a * b
print("a * b = " + y)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS