<%@ language="VBSCRIPT" %> CS100M Random, Anonymous,, 8-Digit ID Generator

<% Randomize x = Int(10000000 * Rnd) while (x < 1000000) x = Int(10000000 * Rnd) wend Response.write("Here is your Random, Anonymous, 7-digit ID: " & x & "") %>

Save (write down and/or e-mail to yourself) your anonymous ID for use on all 5 parts of the evaluation.

Use the Back button or menu item in your browser to return to the evaluation.