plz give me the full coding of the question?
Attachments:
Answers
Answered by
1
In visual basic
dim a,b as integer
Private Sub Command1_Click()
a = Val (text1.text)
b = Val (text2.text)
If a>b then
label3.caption= "A is greater"
else
label3.caption= "B is greater"
End if
End Sub
Hope its the required answer
Pls mark as brainliest
~Potterhead1lupin
Similar questions
Social Sciences,
7 months ago
English,
7 months ago
Environmental Sciences,
7 months ago
Math,
1 year ago
Math,
1 year ago
Physics,
1 year ago
Biology,
1 year ago