Search⌘ K
AI Features

Quiz: Make Decisions

Evaluate your grasp of using conditional statements in C++ by taking this quiz. Learn to apply if, else if, and else structures effectively to make your programs respond intelligently to input.

We'll cover the following...

In the last lesson, you gave your program the ability to think and respond using conditions. You wrote if ...