Using Visual Basic. Declare the string array stooges() to have size 3 so that the array is local to the event procedure
Posted: Sat May 14, 2022 7:06 pm
Using Visual Basic. Declare the string array stooges() to have size 3 so that the array is local to the event procedure btnStooges_Click. Assign the three values Moe, Larry, and Curly to the array as soon as the button is clicked.