I'm a beginner in coding and my introduction to software development class is teaching Visual Basic 2015.

Assignment tells me that I need to code a click handler so that when the button is clicked, it removes all values from the array, and tells me that I should do this by creating a new array and assigning it to the array variable.

I'm pulling my hair out trying to understand how I'm supposed to code a new array with modular...