Distinguish between visual basic array statements declared in (i) and (ii). (4 marks)
(i) public sub command_click ()
Dim Customer (200) As string
(ii) Private sub command_Click()
Option Base 1
DIM Customer(200) As string
 Viewed: 124 times For Better experience and learning,for video answers, after video ends playing, click next question in the questions list!!!