Learn C: Conditionals and Loops
Offered By: Codecademy
Course Description
Overview
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.
Syllabus
- Conditionals: Learn about conditionals in C.
- Lesson: Conditionals: Lesson
- Quiz: Conditionals: Quiz
- Project: Dates and Switches
- Loops and Errors: Learn about loops and errors in C.
- Lesson: Loops: Lesson
- Article: Errors in C
- Quiz: Loops & Errors: Quiz
- Project: Fizz Buzz
- Informational: Next Steps
Taught by
Zoe Bachman
Related Courses
UNSW Computing 1 - The Art of ProgrammingOpenLearning C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Beginning Game Programming with C#
University of Colorado System via Coursera Introduction to Computing 计算概论A
Peking University via Coursera Comprendre les Microcontroleurs
École Polytechnique Fédérale de Lausanne via Coursera