Java: Conditionals and Control Flow
In this course, we’ll learn how to control the flow of execution by implementing conditional statements. By determining the truth value of a condition, our program will decide whether or not to execute code. This course will over go over how to create complex conditionals using boolean expressions.
Codecademy courses have been taken by employees at
- 1Learn how to create a branching program using conditionals.
What you'll create
Portfolio projects that showcase your new skills
A Simple Car Loan Payment Calculator
It's time to build fluency in Java Control Flow. In this next Pro Project, we're going to practice conditionals in Java so you can hone your skills and feel confident taking them to the real world. Why? Mastering combining basic fundamentals such as conditionals and arithmetic expressions will help you to build effective programs. What's next? Car payment tracker, math fun, more Java. You got this!
Continents and Cities
In this Pro project, we're going to practice the switch statement in Java so you can hone your skills and feel confident taking them to the real world. 7 continents, 7 cities, 1 expression. You got this!
How you'll master it
Stress-test your knowledge with quizzes that help commit syntax to memory

— Madelyn, Pinterest
I know from first-hand experience that you can go in knowing zero, nothing, and just get a grasp on everything as you go and start building right away.
Course Description
Learn how to control the flow of execution using conditional statements.
Details
Earn a certificate of completion
4 hours to complete in total
Beginner
Learn how to create a branching program using conditionals.