Jul 30, 2001 #1 The Programmer Jul 30, 2001 92 CA Kind of dumb, but how would you make the computer select a random number between 1 and 10?
Jul 30, 2001 Thread starter #2 The Programmer Jul 30, 2001 92 CA I tried making X a variable, then I put: X= RND 1-10 But it won't let me put the "1-10" part without an error message. How do I specify it's between 1 and 10? Upvote 0 Downvote
I tried making X a variable, then I put: X= RND 1-10 But it won't let me put the "1-10" part without an error message. How do I specify it's between 1 and 10?
Jul 30, 2001 Thread starter #3 The Programmer Jul 30, 2001 92 CA Nevermind, I got it. I put (1-10) instead, it seems to work Upvote 0 Downvote