This is the Problem, I just want to get a little help on this problem.

Suppose automile repair customers are billed at the rate of $35 per hour for labor. Also, costs for parts and supplies are subject to a 5% sales tax. Write a program to display a simplified bill. The customer's name, the number of hours of labor, and the cost of parts and supplies should be entered into the program via text boxes. When a button is clicked, the customer's name (indented) and the three costs should be displayed in a list box. I'm a little unsure of the listbox line and the formulas. Help!!!

Customer John Doe(textbox)
Hours of Labor 3.5 (textbox)
cos of parts
and supplies 23.55 (textbos)

[Button]

Listbox Displays

Customer John Doe
Hours of Labor $122.50
Parts Cost $24.73
Total cost $147.23

(This is Visual Basics 2008)

2 answers

Also, study the recent program with textbox output and inputbox input. It will give you a good idea where to start.

http://www.jiskha.com/display.cgi?id=1287751306
Thanx I will check.