In visual basics Unzip and open the Calculator SolutionCalcu
In visual basics
Unzip and open the Calculator Solution\\Calculator Solution.sln file. The addButton_Click procedure should perform the following three tasks: add the integer entered in the numTextBox to an accumulator, display the integer on a separate line in the numbersTextBox, and display the accumulator\'s value in the sumLabel. The startOverButton_Click procedure should clear the contents of both text boxes and the sumLabel. It should also start the accumulator at 0. Code the procedures. Save the solution and then start and test the application. Close and submit this week\'s entire project folder into a single zip file. Submit the zip file to the form inside this folder.
Number Sum Listbox
Add Startover Exit
Solution
Private Sub addButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)Handles addButton.Click
