Learn about conditionals and loops in C.
Continue your C learning journey! Writing programs that can handle decision-making sets you up to make powerful, interesting programs. You will also learn how to use `for` and `while` loops to execute the same code multiple times.
### Take-Away Skills
By the end of this course, you will be able to:
* Control the program flow using `if`, `else if`, `else`, `switch`, and ternary operators
* Perform repetitive actions using `for`, `while`, and `do-while` loops
* Recognize basic errors, including compile-time and run-time errors
### Notes on Prerequisites
We recommend that you complete [Learn C: Variables and Operators](https://www.codecademy.com/learn/learn-c-variables-and-operators) before completing this course.
Continue your C learning journey! Writing programs that can handle decision-making sets you up to make powerful, interesting programs. You will also learn how to use `for` and `while` loops to execute the same code multiple times.
### Take-Away Skills
By the end of this course, you will be able to:
* Control the program flow using `if`, `else if`, `else`, `switch`, and ternary operators
* Perform repetitive actions using `for`, `while`, and `do-while` loops
* Recognize basic errors, including compile-time and run-time errors
### Notes on Prerequisites
We recommend that you complete [Learn C: Variables and Operators](https://www.codecademy.com/learn/learn-c-variables-and-operators) before completing this course.