Answer:
Start input myNumber
Start input myOtherNumber
set myAnswer = myNumber + myOtherNumber output myAnswer stop
Step-by-step explanation:
Pseudocode is a computer programming language that resembles plain English and is compiled or processed into the computer. It explains the solution to the problem. Sometimes used as a detailed step by step process in developing a program