Hi
I need to create a cup and ball guessing game. I am to create a random nbr btw 1 - 6 inclusive. Tries allowed is 3. See my code below ... seemed not to work. Appreciate the help
I have change count to "2" but my real problem was whatever input the user enter, its always a WIN... That was not the intention as the user input is to be verified against the random number generated. I missed a code...have now inserted bolded