You are on page 1of 1

Public Nilai As Integer

Sub Benar()
Nilai = Nilai + 10
ActivePresentation.SlideShowWindow.View.Next
End Sub
Sub Salah()
ActivePresentation.SlideShowWindow.View.Next
End Sub
Sub Score()
MsgBox (" Nilai anda adalah" & Nilai)
Nilai = 0
End Sub

You might also like