Problem with while loop@Repeater I just noticed it too. I'm struggling with the {}. Trying to practise new code with the "...
Problem with while loopRow 12 and Row 170 are the problem. I can't exit the loop except with the break function. Isn't tha...
Problem with while loopwhile (loopTest == 1) { } fixes the code :D Thank you so much! kind regards, TheCodingSnake edit...
Problem with while loopHello, I'm at the very beginning of learning C++. I'm having a difficult time to understand why my ...