Attached is a small number guessing game. You get a random number between 0 and one less than the number entered in parenthesis with the rnd() function. The repeat/until command will execute a block of code over and over until a condition is true. Otherwise everything else in the code should look familiar. Let me know if you have questions or want more examples.