C++ Programming Fundamentals (Cyberrookies)
-
What are the parts to a for loop declaration?
-
What types of variables can be used for a switch statement?
-
What is the purpose of the default statement in a switch statement?
-
Why is it important to use the double equals sign in an if statement?
-
Why might a switch statement be better than an if statement in some cases?
-
What happens if you omit the break statements from your switch block?
-
What is the purpose of a for loop?
-
Can you have an if statement without enclosing brackets?
-
How do you implement more than one choice in an if statement?
-
What other possibilities besides equivalence can you use for if statements?
Категории