<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2>
<BR>
<BR>I have been trying to write this program for pascal class.I ran the program but it will
<BR>not work.Here are the instructions:prepare an invoice for the sales for each customer.
<BR>Your input will contain the following to be entered from the keyboard, customer number(5 numeric digits), customer name (string),  item number (3 numeric), item
<BR>description, (string), price (real),quanity (integer) . The output should look like this:
<BR>
<BR>cust#     name item#     description    quanity unit price   total
<BR>detail lines here
<BR>                                                                                        total =
<BR>                                                                                           tax =
<BR>                                                                                total invoice=
<BR>cannot create files or records use loops and repeat until . Instructer did not give a file.
<BR>use the for loop to print the items. Enter at least 2 customers with more than 1 item
<BR>per customer.Print the output on paper. Tax will be 10% of total.
<BR>If someone could help me with this, I would greatly appreciate it. Email address is
<BR>tristab777@aol.com 
<BR>                                                                                             thank you, 
<BR>                                                                                                 Chris</FONT></HTML>