newbie here,
I have two variables which generate random numbers through .Random. I want them keep rolling until both variables generate two different values, si
Yeah,it should be. The program should end if dicerolled is either 5 or 4 because as far as it is not 4 and not 5 it is in while loop. It exits the while loop if only the value is either 4 or 5. So your logic is incorrect. Sorry! :)
Try: