What values are displayed by the following code?
Const intMAX___SUBSCRIPT As Integer = 4Dim intValues(intMAX SUBSCRIPT) As Integer Dim int Count As IntegerFor intCount = 0 To intMAX_SUBSCRIPTintValues(intCount) = intCount + 1NextFor intCount = 0 To intMAX_SUBSCRIPTMessageBox.Show(intValues(intCount).ToString())Next
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.