Sunday, December 7, 2014

Payroll Calculator Case Programming 6 Chapter 5 Page 373 Shelly Cashman Series VB 2010 Express

Click Below or Copy Link in Browser To Download!


Preview of Running Application and Code:
Payroll Calculator Case Programming 6 Chapter 5 Page 373 Shelly Cashman Series VB 2010 Express Form Code Preview

Application title:
Payroll Calculator

Purpose: This application calculates the payroll for employees of the Food For All local grocery store.

Program Procedures:
In a Windows application, the user enters the employee's name, hours worked, and pay per hour. If the employee works more than 40 hours per week, the grocery store pays time-anda-half for overtime. The tax rate can be the single rate (18%) or at the family rate (15%).
The application should compute and display the gross pay, the tax based on the single or
family rate, and the net pay.

Algorithms,Processing,and Conditions:
1. The user must be able to enter the employee's name, hours worked, and pay per hour.
2. The user must be able to indicate if the tax rate is at the single rate (18%) or the family rate (15%).
3. The user must be able to initiate the calculation and the display of the gross pay, the tax amount based on the single or family rate, and the net pay.
4. A Clear button will clear the user's input and final results.

Notes and Restrictions:
1. If the employee name, hours worked, or pay per hour are blank, the user should be advised and asked for a valid entry.
2. If the hours worked or pay per hour are nonnumeric, the user should be advised and asked for a valid entry.
3. The minimum value for hours worked is 5 hours. The maximum for hours worked is 60. If the user enters an hours worked value not within the range, the user should be advised and asked for a valid entry.
4. The minimum pay per hour is $8.00. The maximum pay per hour is $40.00 per hour. If the user enters a pay per hour value not within the range, the user should be advised and asked for a valid entry.
5. The user must be able to clear the employee's name, the hours worked, the pay per hour, and the pay information.

Two Day Package Shipping Case Programming 5 Chapter 5 Page 371_372 Shelly Cashman Series VB 2010 Express

Click Below or Copy Link in Browser To Download!


REQUIREMENTS DOCUMENT

Application title: Two-Day Package Shipping

Purpose: This Windows application calculates the cost of shipping a package with two-day delivery.

Program Procedures:

The user enters the weight of the package (in pounds) and selects the destination of the package. The application will determine the cost of shipping. The destination of the package can be the continental U.S., Hawaii, or Alaska. If the package is going to Hawaii, a 20%surcharge is added to the shipping cost. If the package is going to Alaska, a 26% surcharge is added to the shipping cost.

Algorithms, Processing, Conditions:

1. The user must be able to enter the number of pounds the package weighs and indicate that the package is being mailed to the continental U.S., Hawaii, or Alaska.
2. The shipping costs are calculated based on the rates in the table in Figure 5-109 on the next page. A 20% surcharge is added if the shipping destination is Hawaii. A 26% surcharge is added if the shipping destination is Alaska.
3. The user must be able to initiate the calculation and the display of the shipping cost.
4. The user must be able to clear the weight of the package and the shipping cost.
Notes and Restrictions:
1. If the entry for the shipping weight is blank or nonnumeric, the user should be advised and asked for a valid entry.
2. The maximum weight for a package is 30 pounds. If the weight is greater than 30 pounds, or if the value entered is not greater than zero, the user should be advised and asked for a valid entry.

Health Club Membership Case Programming 4 Chapter 5 Page 370 Shelly Cashman Series VB 2010 Express

Click Below or Copy Link in Browser To Download!

$ 12

ON SALE
Regular price: $ 15
You Save: $ 3


Preview of Running Application and Code:
Health Club Membership Case Programming 4 Chapter 5 Page 370 Shelly Cashman Series VB 2010 Express Running Code Application

Application Title:
Health Club Membership

Purpose: This Windows application calculates the prepayment amount for a new member of a health club.

Program Procedures:
The user should enter the name of the new member, the number of months the new user
would like to prepay, and the type of membership. The health club prepayment cost will be
computed and displayed for the entered number of months. The per month costs for the
three types of membership are:
Single Membership $38 per month
Family Membership $58 per month
Senior Membership $27 per month

Algorithms, Processing,Conditions:
1. The user must enter the name of the new member, the type of membership, and the number of months the new member would like to prepay.
2. Based on the type of membership, the prepayment cost is calculated using the following formula: number of prepay months 3 cost per month.
3. The user must be able to initiate the calculation and display the prepay amount for the health club membership.
4. The user should be able to clear the name of the new member, the number of prepay months, the type of membership, and the prepay amount for the new member.

Notes and Restrictions:
1. If the user enters a nonnumeric value for the number of months, the user should be advised and asked for a valid entry.
2. If the user enters a negative number for the number of months or if the user leaves the number of months input area blank, the user should be advised and asked for a valid entry.
3. If the user leaves the input area for the user name blank, the user should be advised and asked for a valid entry.
4. The default membership type is single membership.

Hot Tub Dimensions Case Programming 8 Chapter 4 Page 289 Shelly Cashman Series VB 2010 Express

Click Below or Copy Link in Browser To Download!


$ 12

ON SALE
Regular price: $ 15
You Save: $ 3

Preview of Running Application and Code:

Hot Tub Dimensions Case Programming 8 Chapter 4 Page 289 Shelly Cashman Series VB 2010 Express Running Application Code


Create a requirements document and a Use Case Definition document, and then design a Windows application
based on the following case project. Before writing the code, create an event planning document for
each event in the program.

Case programming 8

You are interested in purchasing a hot tub. The hot tub listings on the Internet describe hot tubs that are all perfectly round in shape. Each ad states the diameter. Create a Windows application that computes the area and circumference of a hot tub by entering the diameter in feet and inches (example 7 feet and 4 inches). The area and circumference results should each go out two decimal places.

You should be able to:

1. Clear the entry

2. Enter a new diameter

3. Exit the form.

Swimming Pool Fill Case Programming 7 Chapter 4 Page 288 Shelly Cashman Series VB 2010 Express


Click Below or Copy Link in Browser To Download!


$ 12

ON SALE
Regular price: $ 15
You Save: $ 3

Preview of Running Application and Code:


Preview of Running Application and Code
Swimming Pool Fill Case Programming 7 Chapter 4 Page 288 Shelly Cashman Series VB 2010 Express Running Application Code

Product Description

Create a requirements document and a Use Case Definition document, and then design a Windows application
based on the following case project. Before writing the code, create an event planning document for
each event in the program.

Case Programming 7
Because filling a swimming pool with water requires much more water than normal usage, your local city charges a special rate of $0.77 per cubic foot of water to fill a swimming pool. In addition, it charges a one-time fee of $100.00 for pool filling. The city water works department has requested that you write a Windows application that allows the user to enter a swimming pool's length, width, and average depth to find the volume of the pool in cubic feet (volume 5 length * width * depth); and then display the pool's volume and the final cost of filling the pool, including the one-time fee. Allow the user to enter values with decimal places and compute the volume to one decimal place past the decimal point. The user should be able to clear all entries and then
reenter data.To close the program, the user should be able to click a button.

Grade Calculator Case Programming 5 Chapter 4 Page 286 Shelly Cashman Series VB 2010 Express


Click Below or Copy Link in Browser To Download!




$ 12

ON SALE
Regular price: $ 15
You Save: $ 3

Preview of Running Application and Code:

Grade Calculator Case Programming 5 Chapter 4 Page 286 Shelly Cashman Series VB 2010 Express Running Application Code

Application Title:
Grade Calculator

Purpose: The Grade Calculator Windows application will compute and display the average of four numeric test grades.

Program Procedures:
From a window on the screen, the user enters the Social Security number of a student and the four numeric scores from four tests taken by the student. The program determines the average of the four test scores and displays the result.

Algorithms, Processing,Conditions:
1. The user must be able to enter the Social Security number of the student and the four and test scores.
2. The Social Security number must be formatted properly with hyphens.
3. To determine the average test score, add the four entered test scores and divide by four.
4. The average score should be shown with one position to the right of the decimal point.

Notes and Restrictions:
1. The user can clear the Social Security number, test scores, and average score; and then enter new data.
2. The user can use an exit button to close the application.
Comments: 1. The designer should design the user interface, including all graphics and words used.

Cash Register Case Programming 4 Chapter 4 Page 285 Shelly Cashman Series VB 2010 Express



Application title: Cash Register

Purpose:
The Cash Register Windows application will compute the tax and the final cost of a purchased item.

Program Procedures:
From a window on the screen, the user enters the item name and amount of the item
purchased. The program calculates the tax for the item and the final total, and then displays
these values.

Algorithms, Processing,Conditions:
1. The user must be able to enter the name of the item purchased and the cost of the item  and before tax.
2. The store name and store picture will be displayed throughout the entire process.
3. After the user enters the item name and the cost of the item, the user clicks the Display Cost button.
4. The program displays the item name with the cost, tax, and final total.
5. The cost, tax, and final total should appear in currency format.
6. The tax rate for all items is 7.75%.
7. The final total is calculated by adding the cost and the tax.

Notes and Restrictions:

1. The user can clear the item name, cost, tax, and final total with a clear button.
2. The user can click an exit button to close the application.

Comments: 1. The store picture shown in the window should be selected from the pictures available
on the Web.