Quiz: Make Decisions
Explore how to apply conditional statements in C++ by completing this quiz. You’ll reinforce your understanding of decision-making in programs using if, else if, and else, preparing you to write responsive code based on user input.
We'll cover the following...
We'll cover the following...
In the last lesson, you gave your program the ability to think and respond using conditions. You wrote if, else if, and else ...