Multiple Choice
Which of the following can the condition of an if statement be based on?
A) Boolean variable
B) relational expression
C) Boolean expression
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: The three forms of control provided by
Q10: Examine the following lines of code:<br>Current =
Q11: The if statement in Python provides selection
Q12: In Python, indentation is not significant. It
Q13: Give Python code that prompts the user
Q15: For a variable named num with an
Q16: Match the expressions that they are logically
Q17: In order to construct an if statement
Q18: A boolean flag is a variable with
Q19: Examine the following expression:<br>10 < 20 and