Determine the output displayed when the button is clicked
Determine the output displayed when the button is clicked
Rate Determine the output displayed when the button is clicked
(2(2 Vote))
Dim num as double=7
AddTwo (num)
txtoutput.text =Cstr (num)
End Sub
Sub Addtwo(ByRef num as double)
num +=2
End Sub
Determine the output displayed when the button is clicked Comments
No comments yet — be the first to post one!
Post a Comment