Examlex

Solved

The Following Pair of Statement Is Valid

question 19

True/False

The following pair of statement is valid.
x = CInt(InputBox("Enter number of items (must be a positive integer)"))
ReDim myArray(x - 1)


Definitions:

Related Questions