Tugas 2 Program 8 BP1

P8 Private Sub Form_Load() Cbonpm.AddItem "17100075" Cbonpm.AddItem "17200089" Cbonpm.AddItem "16300212" Cbonpm.AddItem "17400056" Cbonpm.AddItem "15400586" End Sub Private Sub txtnq_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then txtnt.SetFocus End If End Sub Private Sub txtnt_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then txtuts.SetFocus End If End Sub Private Sub txtuts_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then txtuas.SetFocus End If End Sub Private Sub txtuas_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then txtuas.SetFocus Dim NA As Integer Dim HM As String QUIS = Val(txtnq) TUGAS = Val(txtnt) UTS = Val(txtuts) UAS = Val(txtuas) NA = (QUIS + TUGAS + UTS + UAS) / 4 txtna.Text = NA Select Case txtna Case Is = 100 HM = "A" Case Is >= 80 HM = "A" Case Is >= 70 HM = "B" ...