learning-to-code/qb64/order-system.bas

7 lines
284 B
QBasic
Raw Normal View History

2021-03-03 22:42:43 +00:00
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."