1
Program 1
Aim (Write on the ruler page)
write a program for two-number addition in Visual Basic. use components for input and getting results. Also create a button to reset all the Inputs
Program (Start from new page after AIM)
Dim A, B As Double A = Text1.Text B = Text2.Text Text3.Text = A + B Text1.Text = "" Text2.Text = "" Text3.Text = ""
Output (Stick on blank page opposite to code)
Download Output