Multiple Choice
What scenario would it make logical sense to use a multi-way selection statement for?
A) You need to convert numeric grades to letter grades.
B) You need to test if the value of A is larger than B.
C) You need to determine if a number is positive or negative.
D) You need to test if a variable is True or False.
Correct Answer:

Verified
Correct Answer:
Verified
Q27: The assignment symbol can be combined with
Q28: The not operator expects a single operand
Q29: The comparison operators are applied after addition
Q30: You are running a Python script and
Q31: What part of the loop comprises the
Q33: Given the following statement: "%4d" % var1,
Q34: What statement should you use to print
Q35: The simplest form of selection is the
Q36: What is NOT a Boolean or logical
Q37: The Boolean data type is named for