top of page

In this module, we'll talk about conditionals. These will include booleans, if statements, and else statements. With these tools, we can distinguish between values in our code. and delegate specific tasks depending on the situation.

Module3

Module3

Watch Now

More on this Module

Another useful application of conditionals is with user input. When we ask the user to input some data, we can use conditionals to differentiate whether this data is useful, or even appropriate. Overall, conditionals allow our code to do more specific tasks and ensures that are program can do exactly what we want.

Here are some nice practice problems that we've designed: 

bottom of page