...

/

Quiz: Make Decisions

Quiz: Make Decisions

Solve this quiz on Java’s decision handling.

We'll cover the following...

In the last lesson, you learned how to make your Java programs smarter using conditional logic. You practiced comparing values and controlling which code runs using if, else if, and else.

Now it’s time to check your understanding with a quick quiz!