15-Moonstone
May 31, 2012
Solved
Program continue after returning a string
- May 31, 2012
- 2 replies
- 2231 views
Is there a way to have a program return a message but then continue executing? For example, in the attached program I want it to print the message "The ball does not reach the basket" but continuing executing rather than stopping, as happens with "return".

