Self Assessment: Part 2
Convince yourself that you fully understand the following terms, concepts, and processes, including how to use all these to successfully write a C program on your own:
- Selectively executing certain statements
- if-statements
- Use of && and || to combine multiple tests
- Iteration: Repeatedly executing certain statements
- Combining if-statments, for-loops etc. to give programs the desired behavior.