Multiple Choice
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 application needs to display a message box to remind the clerk to ask customers to join the Rental Rewards Program when they check out.This message box should only display if the customer is not currently in the program.Which of the following If clauses would evaluate to True and display the message box for the clerk?
A) If strMember <> "Y" Then
B) If strMember = "Y" Then
C) If strMember = "N" Then
D) a and c
Correct Answer:

Verified
Correct Answer:
Verified
Q50: In the MessageBox.Show (text,caption,buttons,icon[,defaultButton]) method,which of
Q51: A text box's _ event occurs when
Q52: Case 1 - Jack of All Trades<br>Jack
Q53: Write an If clause to determine whether
Q54: Consider the expression 3 * 2 ^
Q56: The expression 12 > 0 AndAlso 12
Q57: Comparison operators are always evaluated after arithmetic
Q58: The diamond symbol is used in a
Q59: You can include an identifying label on
Q60: A control's _ event occurs each time