Furniture Order A furniture manufacturer makes two types of furniture—chairs and sofas. The price per chair is $350, the price per sofa is $925, and the sales tax rate is 5 %. Write a program to create an invoice form for an order. See Fig. 5.40. After the data on the left side of Fig. 5.40 are entered, the user can display an invoice in a list box by pressing the Process Order button. The user can click on the Clear Order Form button to clear all text boxes and the list box, and can click on the Quit button to exit the program. The invoice number consists of the capitalized first two letters of the customer’s last name, followed by the last four digits of the zip code. The customer name is input with the last name first, followed by a comma, a space, and the first name. However, the name is displayed in the invoice in the proper order. The generation of the invoice number and the reordering of the first and last names should be carried out by Function procedures.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.