Search found 1 match
- Sun Dec 07, 2003 4:45 am
- Forum: QBasic / QuickBasic related
- Topic: Need help with QuickBasic...
- Replies: 1
- Views: 601
Need help with QuickBasic...
Hey. Im take a Computer Science course and I need some (well lots of)help with how do this stuff. Firts of im not sure how to loop this: ¦INPUT "please enter two numbers separated by a comma: ", num1, num2 ¦product = num1 * num2 ¦PRINT "the product of "; num1; "and "; num2; "is "; product ¦END And t...