Click to follow our Afritutor YouTube Channel, subscribe and click notifications and get updates on new learning videos
private sub cmdAdd_Click() Dim Num As Single Num = Inputbox(“ Enter an integer”) Num = Num + 1; Num = (Num+4) mod 4 Picbox. Print Num End Sub