Sir simple if aur if aur if then tino me kya difference h ki tino same h plz reply me
@ssweducation2 жыл бұрын
Sirf condition ke number increase hote hai
@shivamGupta-sw3pc3 жыл бұрын
sir ps help me with this coding... wht's wrong with this code not getting the result Dim age As Integer TextBox1.Text = age If age >= 18 Then MsgBox("you can vote") Else MsgBox("you can't vote") End If
@ssweducation3 жыл бұрын
Textbox1.text =Age Replaced by Age= Textbox1.Text Correct this line