Ch. 4.4: The if/else Statement Flashcards
1
Q
What is the if/else statement?
A
The if/else statement will execute one group of statements if the expression is true, or another group of statements if the expression is false.
Intro to Computer Programming > Ch. 4.4: The if/else Statement > Flashcards
What is the if/else statement?
The if/else statement will execute one group of statements if the expression is true, or another group of statements if the expression is false.
Intro to Computer Programming (78 decks)