PDA

View Full Version : How would I write a program that allow a cashier to cash orders using a batch file?


da_prince
Nov 11, 2010, 11:20 AM
how would I write a program that allow a cashier to take the orders placed by customers, calculate the total cost and simulate the printing of a receipt by displaying the order information?

it is to be done with a batch file,

I have tried this so far

@echo off
color 5

echo Please Enter orders:

echo 1 Patty
echo 2 Cheese
echo 3 Tropicana Juice
echo 4 Orange Juice



if "%value%"=="1"