Search found 1 match

by Dan
Thu Feb 26, 2009 11:21 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Help with basic QBasic subroutines
Replies: 7
Views: 9589

Help with basic QBasic subroutines

Ok so I need to write a program using subroutines, which I really don't understand... These are the directions: "Write a program that asks the user to enter 3 numbers and then adds them, multiplies them, or adds the first two and divides the sum by the third. Use three subroutines, one for each...