Computer Science, asked by proo170, 1 year ago

plz give me the full coding of the question?

Attachments:

Answers

Answered by potterhead1lupin
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