True/False
If…Then…Else selection statement allows you to specify that a different action (or sequence of actions)be performed when the condition is true than when the condition is false.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: The Do While…Loop statement behaves like a
Q25: To execute a program one statement at
Q26: Because the condition of a While…End While
Q27: The order of actions in an algorithm
Q28: Counter-controlled repetition is often called definite repetition
Q29: Which of the following is not a
Q31: For a ListBox,calling the Items property's _
Q32: What is an algorithm?<br>A)a specification of a
Q33: Which of the following is a double-selection
Q34: Local variables must be _.<br>A) initialized when