IN JUSTBASIC Write a method named FillThatArray that will accept an array of type STRING and the size of the array through the parameter list. The method will then ask the user for their response for each element in the array. Once the job is done, the method should return to the calling method.