Boolean Expressions (Topic 3.3)
Alright, my friends, let's kick off Unit 3 by diving into the very foundation of decision-making in
if Statements (Topic 3.3)
Now that we know how to ask true/false questions, how do we *act* on those answers? How do we make o
if-else Statements (Topic 3.3)
Alright, so we've got `if` statements down. But what if you want your program to do one thing if a c
else if Statements (Topic 3.3)
But what if you have *more* than two choices? What if you have a whole list of conditions to check,
Compound Boolean Expressions (Topic 3.4)
Alright, we've built up our conditional muscles! But sometimes, a single condition isn't enough. You
Equivalent Boolean Expressions (Topic 3.4)
Just like there are many ways to say the same thing in English, there are often many ways to write t
Comparing Objects (Topic 3.4)
Alright, my friends, we've saved one of the biggest AP Computer Science A traps for last in this uni