This example makes use of a pre-test conditional loop (While loop) and will check that a score entered by the user is between 1 and 99 inclusive. A pre-test loop checks the conditions before the code ...
OUTPUT 'How old are you?' INPUT User inputs their age STORE the user's input in the age variable IF age < 17 THEN OUTPUT 'You qualify for the student discount!' ELSE IF age > 17 THEN OUTPUT 'You're ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results