Search found 2 matches
- Fri Mar 13, 2009 6:39 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: just learning qbasic! got into a snag.
- Replies: 3
- Views: 5861
mm
OPTION 1: Post your code! We will NOT write the homework program FOR YOU! We can help you when you show us what you are doing or not doing. OPTION 2: Shoot your teacher for making you use LET, lol. It is NOT necessary! I HATE teachers that get students hooked on stupid stuff! Many also get hooked o...
- Fri Mar 13, 2009 1:38 pm
- Forum: QBASIC and QB64 Questions & Answers
- Topic: just learning qbasic! got into a snag.
- Replies: 3
- Views: 5861
just learning qbasic! got into a snag.
the assignment is...... 1. Write a program that repeats 20 times. Use a FOR-NEXT loop that counts from 1 to 20. 2. Inside the loop, assign random numbers to two variables with the RND function. The example above shows one random number being chosen (LET newnumber=RND). Since you need two random numb...