You are on page 1of 5

1.

Programming problem 1
Step 1 (Analyze problem)
Create a program that calculate rental bills for customer. Bill is calculated
based on equipments selected by customer. Equipments table and rental
prices (half or full day) are various as described in table. Customer should
put $30 deposit when doing transaction.

Step 2 (Design Solution)


Add first listbox to show rental items and prices. Add textbox to select
items. And second listbox to show invoice.
Step 3 (User Interface)

Step 4 (Code Application)


File attached
Step 5 ( Test Application)

2. Programming problem 2
Step 1 (Analyze Problem)
Create program to generate patient bill from the patient billing items.
(Attached in the book). Program only shows items that choosen by user
and hide other. Shown items than calculate the total bills.
Step 2 (Design Solution)
By combining check box, panels and radio button, we can create
system when checked box is true (checked) the items hidden in radio
buttons and panels will be showed and also calculated.

Step 3 (User interfaced)

Step 4 (Code)
File attached

Step 5 (Test Application)

3. Programming problem 3
Step 1 (Analyze problem)
Create program that show invoice of purchase orders for all rental
equipments and all patient journals. Medical vendors and prices are
shown in the book. All item prurchased are charged 7% sales tax rate.
Invoice number NA followed by - and capitalized first 2 letters of
customers last name and followed by last 4 digits of zipcode.
Step 2 (Design solution)
Add Customer Name and Address box. Add Textbox also for Quantity of
equipments ordered . And add listbox for Reports and total Bills

Step 3 (User Interface)

Step 4 (Code)
File Attached
Step 5 (Test Application)

4. Programming problem 4
Step 1 (Analyze problem)
Create program that compute caffeine absorption where the number of
hours required until 65 mg. The amount of caffeine in the body 24

hours after person drinks a coffee. And caffeine amount at the end of
the day.
Step 2 (Design Solution)
Add button for calculate values. Add textbox to show results.
Step 3 (User interface)

Step 4 (Code)
File attached
Step 5 (Test Application)

You might also like