At the end of the week you should be able to:
Evaluate the value of a Boolean expression.
Create a Boolean expression.
Be able to use the Boolean operators && and ||.
Use a simple if statement ina C++ program.
Use a simple if/else statement in a C++ program.
Use a nested if/else statement in a C++ program.
Use a switch statement in a C++ program.
|