The Yes/No Logic
Private Sub cmdYes_Click()
loSide = loSide + increment
Private Sub cmdNo_Click()
increment = increment \ 10
lblHead.Caption = "You Weigh Exactly ..."
lblPound.Caption = "lbs!"
The “Yes” logic only adds-in, but the “No” logic reduces the increment and must also test for completion
lblGuess.Caption = loSide + increment
lblGuess.Caption = loSide + increment