update latest work

This commit is contained in:
2021-03-03 17:42:43 -05:00
parent 9e716f942a
commit ba1daaea6b
3 changed files with 33 additions and 1 deletions

7
qb64/order-system.bas Normal file
View File

@@ -0,0 +1,7 @@
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."