Multiple Choice
Which of the following uses the unary logical operator?
A) If password != "sugarBear" Then
Display "Sorry, incorrect password."
End If
B) If showsHotelClubCard Or showsTravelClubCard Then
Discount = 0.10
Else
Discount = 0.00
End If
C) If personHasMoney And showedID Then
TicketPrice = discountPrice
End If
D) If balance >= 200 Then
Display "Your account will continue to earn interest."
End If
Correct Answer:

Verified
Correct Answer:
Verified
Q28: A method for indicating the outcome of
Q29: On a binary tree, _ are used
Q30: Which of the following generates a random
Q31: An advantage of the Boolean data type
Q32: Each path on a binary tree leads
Q34: Which of the following represents an example
Q35: The Math class in JavaScript has the
Q36: When one of the conditions in a
Q37: In a decision table, you put a
Q38: A decision table is usually converted into