Multiple Choice
Which of the following is a valid statement that can be used to declare a local variable that will store fractions?
A) Dim IndexFraction As Fraction
B) Dim IndexString As String
C) Dim IndexDecimal As Decimal
D) Dim IndexInteger As Integer
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q48: Where should the statement: Const ACCOUNT_NUMBER_String As
Q49: Intrinsic constants are _.<br>A)declared using the keyword
Q50: SCHOOL_NAME_String is in the correct format for
Q51: Assume that a variable is declared in
Q52: Where should the statement: Dim CounterInteger As
Q53: Integer.Parse is used to _.<br>A)convert data in
Q55: Message boxes can contain buttons.
Q56: When you declare a variable or a
Q57: Which of the following is NOT a
Q58: Calculations may be performed with variables.