Answer to Question #240089 in C++ for yasikhan

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


1
Expert's answer
2021-09-21T07:09:30-0400

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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS