Multiple Choice
Case-Based Critical Thinking Questions Case 1 - Jack of All Trades
Jack of All Trades rents small power equipment to commercial and residential customers. The strCustomer variable is used to determine whether a customer is commercial (C) or residential (R) . Commercial customers receive a 10% discount if they are members of the Rental Rewards Program. Residential customers receive a 5% discount if they are members.
The message provided when a customer is not a current member of the Rental Rewards Program is "Enroll this customer in the Rental Rewards Program?". The clerk must enter a decision before the application can continue. Which of the message box buttons should be used?
A) OK
B) OKCancel
C) YesNo
D) Information
Correct Answer:

Verified
Correct Answer:
Verified
Q19: In the MessageBox.Show (text,caption,buttons,icon[,defaultButton]) method,which of the
Q30: The Backspace key is represented by the
Q33: The _ operator is evaluated first in
Q41: The expression 12 > 0 AndAlso 12
Q42: Consider the expression 3 * 2 ^
Q43: The expression 2 * 3 + 1
Q46: Consider the expression 3 * 2 ^
Q51: A text box's _ event occurs when
Q57: Comparison operators are always evaluated after arithmetic
Q60: A control's _ event occurs each time