Computer Science, asked by sakshammanral4, 3 months ago

create a VB application to add two numbers abd disply the output in practical

Answers

Answered by tanikshapriyadarsani
1

Answer:

Type in a = Val(TextBox1. Text) and press ↵ Enter .

Type in b = Val(TextBox2. Text) and press ↵ Enter .

Type in sum = (a + b) and press ↵ Enter .

Type in Label4. Text = "The sum of" & a & " and " & b & " is " & sum & "." and press ↵ Enter .

Explanation:

make as barinly

Similar questions