| Basic Programming
Name: Chapter 9, Worksheet #1 Period: Use information about the random function, Rnd, in Ch. 9 of the textbook in order to complete the following exercises. We use a statement like, X = Int (100 * Rnd) + 1 , to generate a random whole number between 1 and 100, inclusive. (Inclusive means that the exact numbers 1 and 100 are valid random numbers.) Use X as your variable name as in the example above. |