Answer the following statements true (T) or false (F)
1. If the counter variable of a For...Next loop will assume values that are not whole numbers,
then the variable must not be of type Integer.
2. The step value of a For...Next loop can be given by a numeric literal, variable, or expression.
3. The variable index declared with the statement For index As Integer = 0 To 5 cannot
be referred to outside of the For…Next loop.
4. When Option Infer is set to On, a statement of the form Dim num = 7 is valid.
1. T
2. T
3. T
4. T
Computer Science & Information Technology
You might also like to view...
When you record a macro, all of the actions are converted by the program to ________ code
Fill in the blank(s) with correct word
Computer Science & Information Technology
Gradients can be named and saved in the Color panel.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology