Multiple Choice
Which statement is true regarding the CInt function?
A) It converts letters to numbers.
B) It cannot convert a string such as "24.7" to an integer.
C) A floating-point number such as 24.7 is converted to 24, dropping its decimal positions.
D) A floating-point number such as 24.7 is converted to 25, rounding its decimal positions.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: When included in the Text property of
Q2: Variables declared within a button's Click event
Q3: In order to execute code before a
Q4: Declaration statements _.<br>A) are only used for
Q6: It's possible to view the order in
Q7: The statement to declare strName as a
Q8: Which of the following has the highest
Q9: A class-level variable _.<br>A) is declared inside
Q10: Which will be displayed in the label
Q11: What will be assigned to the label