Understand All about Windows 7 Tips and Tricks, Fashion,Technology, Sports, Games,Windows 8 ,Computer Science ,Essay ,Application and more useful content here, Simply to Read and Enjoy it.
Private Sub Command1_Click() Dim a, b, c As Integer a = InputBox("Enter 1st value", "input box") b = InputBox("Enter 2nd value", "input box") c = a * b MsgBox a & "*" & b & "=" & c, -0, "Multiplication" End Sub
No comments:
Post a Comment