Start the pseudocode witht he words start , begin etc
Use english words to describe the algorithms in steps
Numbering are optional
ENd of the pseudocode with the words end , stop , etc
Start
1.Prompt and read number 1
2.Prompt and read number 2
3.sum = number1 + number2
4.display sum
End
No comments:
Post a Comment