Asslammualaikum wr.wb..
saya ingin meng update tntang program yang saya buat tntang pencarian suatu bilanganDim a(5) As Integer
Private Sub Command1_Click()
For n = 1 To 5
a(n) = InputBox("masukan data a ke " & n)
Next
End Sub
Private Sub Command2_Click()
c = InputBox("apa yang anda cari")
For n = 1 To 5
If a(n) = c Then
ketemu = True
urutan = n
Print "bilangan" & c & "ketemu"
End If
Next
If ketemu = True Then
MsgBox ("bilangan" & c & "ketemu")
Else
MsgBox ("bilangan" & c & "tdk ketemu" & n & "urutan")
End If
End Sub
Private Sub Command3_Click()
End
End Sub
semoga bermanfaat progrm yg saya buat ini,,,