Multiple Choice
Which of the following is NOT a rule for naming identifiers?
A) Identifiers for constants should use an underscore between words.
B) Identifiers should use periods to separate words.
C) Identifiers should list the data type at the end of the name.
D) Identifiers cannot contain embedded blanks.
Correct Answer:

Verified
Correct Answer:
Verified
Q14: MessageBox.Show("Hello","Goodbye")will display _.<br>A)"Hello" in the message box
Q15: Message boxes can be used to notify
Q16: What will be the value of TotalInteger
Q17: A variable that will store totals and
Q18: A numeric variable that is declared with
Q20: What statement should be used to declare
Q21: What will be the value of AnswerInteger
Q22: To trap or catch exceptions,use a _
Q23: If a procedure contains a Dim statement
Q24: Which of the following is NOT a