Controlling the flow of your program is important. Decisions are made and your code follows the paths you lay out for it. This can be done using the the if-then-else statement or a switch statement when you have multiple options. Or you might need to repeat several statements in which case you could use a determinate loop or an indeterminate loop.
Comments
No comments yet. Leave a Comment

