Private Sub Command1_Click()
Dim a
a = Text1.Text
Dim b
b = a / 2
Dim c
c = Int(b)
If b = c Then
Label1.Caption = "Odd: False"
Label2.Caption = "Even: True"
Text1.Text = a
Text1.SetFocus
Else
Label1.Caption = "Odd: True"
Label2.Caption = "Even: False"
Text1.Text = a
Text1.SetFocus
End If
End Sub
Serba Serbi Ubuntu Server 16.04
-
http://iblogger.web.id/post/mengubah-password-root-super-user/129/webq/
https://www.digitalocean.com/community/tutorials/how-to-install-webmin-on-ubuntu-1...
7 tahun yang lalu
Tidak ada komentar:
Posting Komentar