The following code segment declares a 20-element array of integers called intFish. When completed, the code should ask how many fish were caught by fisherman 1 through 20 and store this information in the array. Complete the program.
Sub FishCatchArray()Const intMAX_SUBSCRIPT As Integer =19Dim intFish(intMAX__SUBSCRIPT) As Integer' You must finish this procedure. It should ask how' many fish were caught by fisherman 1-20 and' store this information in the intFish array.End Sub
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.