Multiple Choice
What is one drawback in using non-integer Step sizes?
A) Round-off errors may cause unpredictable results.
B) Decimal Step sizes are invalid in Visual Basic.
C) A decimal Step size is never needed.
D) Decimal Step sizes usually produce infinite loops.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q60: The variable index declared with the statement
Q61: A list box named lstBox has its
Q62: _calculate the sums of numerical values in
Q63: The following two sets of code
Q64: If the counter variable of a For...Next
Q66: What numbers will be displayed in the
Q67: A variable declared inside a Do loop
Q68: What numbers will be displayed in the
Q69: In a For...Next loop, the initial value
Q70: What will be displayed by the following