Answer 5.7b: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Moved answer from chapter to make it not immediately visible to the student) |
||
Line 1: | Line 1: | ||
====Quick Quiz Answers==== | |||
1) b | |||
====Extra Question Answer==== | |||
If there was a GOSUB, instead of a return statement after a GOSUB had just been executed the second GOSUB would send the program execution to the subroutine or line specified in the second GOSUB statement instead of returning to where the program left off. | If there was a GOSUB, instead of a return statement after a GOSUB had just been executed the second GOSUB would send the program execution to the subroutine or line specified in the second GOSUB statement instead of returning to where the program left off. | ||
Latest revision as of 16:21, 21 December 2019
Quick Quiz Answers
1) b
Extra Question Answer
If there was a GOSUB, instead of a return statement after a GOSUB had just been executed the second GOSUB would send the program execution to the subroutine or line specified in the second GOSUB statement instead of returning to where the program left off.