A bug report has been has been submitted on this program. The program should be asking for two numbers and adding them together but it is displaying the wrong results. Can you help fix it?
Run the program to identify errors.
Refer to the code clips below to help you fix the errors.
Right click on your code and add a comment explaining what was wrong and how you fixed it.
design
1 get numberOne from keyboard
2 get numberTwo from keyboard
3 set additionAnswer to numberOne add numberTwo
4 display message with numberOne, numberTwo and AdditionAnswer