Computer Science, asked by AasthaLuthra6939, 1 year ago

find sum of two numbers in visual basic without using variables

Answers

Answered by kumawatamita936
0

Answer:

Type in Label4.Visible = True and press ↵ Enter . Type in If TextBox1.Text = "" Then and press ↵ Enter . Type in Label4.Visible = False and press ↵ Enter . Type in MessageBox.Show("Sorry, box cannot be empty.") and press ↵ Enter . Type in TextBox1.Focus() and press ↵ Enter . Type in End If and press ↵ Enter .

Similar questions