Eric wants your help in remembering which of the following options corresponds to a dialog box that alerts the user to an error and offers the OK and Cancel buttons. What do you tell him?
MsgBox("User name is missing", 0 Or 32, "User Name Error")
MsgBox("User name is missing", 0 Or 48, "User Name Error")
MsgBox("User name is missing", 1 Or 64, "User Name Error")
MsgBox("User name is missing", 1 Or 16, "User Name Error")