7 lines
284 B
QBasic
7 lines
284 B
QBasic
|
REM Order System 1.0
|
||
|
rem by John Paul Wohlscheid
|
||
|
|
||
|
print tab(15); "Welcome to the first version of the Order System."
|
||
|
print tab(15); "In order to place your order, enter the amount you"
|
||
|
print tab(15); "of each item you want and the amount will be totalled"
|
||
|
print tab(15); "at the end."
|