Reference no: EM13781406
Problem: Create an interface that has 2 list boxes for i) the weekly hours worked (containing integer values from 35 to 45 inclusive) and ii) the hourly rate of pay (from 9.50 to 14.00 inclusive, in increments of 0.50). Your code should calculate each of the following and display the results in separate labels, with appropriate captions:
· basic pay-hours worked multiplied by rate of pay
· overtime pay--time and a half is paid for any hours over 40
· gross pay-sum of the above 2 items
· tax deducted-up to $350 per week deduct 10%, between $350 and $450 per week inclusive deduct 15%, over $450 per week deduct 20%
· net pay
Your solution MUST have the following:
· a load event to initialize the 2 list boxes
· at least 3 programmer-created methods (that is not the basic methods supplied by C# and .Net)
· on a separate sheet of paper describe the cases you are using to fully test this program (there should be a test case for each situation that can occur, so at least 5 test cases), and the output you predict your program should produce (then check to see if your program did actually produce that output)
You will need to hand in, for each problem:
· include the header file information at the beginning of your source code(see Program Header.docx file).
· a printout of the source code
· screen shots (use Alt + Print Screen) demonstrating that all components of this assignment have been completed and are working correctly
· Include typed or hand written comments for each screen shot to identify what each is showing
· the sheet of paper describing your test cases including the predicted output for each
Marketing department of a high-end department
: Assume you work in a marketing department of a high-end department store. You send out Thank You cards with a short customer satisfaction survey one week after purchase. You wonder if survey response rates would increase significantly from your curre..
|
Write a program that performs boolean expressions
: Read in a month and determine the number of days in the month. If the month is February, prompt the user for a year and determine if the year is a leap year to output the correct number of days.
|
Write the program vb text as a model
: the VB text as a model and write the program so that each group is invisible and becomes visible only when its corresponding check box is checked. After the button is clicked, the amount of the bill should be calculated. NOTE: FIGURE 4.62 IS A DIF..
|
Verify the correctness of the board content
: The mission of this assignment is to implement a "Sudoku game board" and interact with user using a small set of commands that enable to initialize the game board. You program must permit user to see the game board, swap rows,
|
Create an interface that has two list boxes
: Create an interface that has 2 list boxes for i) the weekly hours worked (containing integer values from 35 to 45 inclusive) and ii) the hourly rate of pay (from 9.50 to 14.00 inclusive, in increments of 0.50).
|
Development and characteristics of abstract expressionism
: Discuss the development and characteristics of Abstract Expressionism; be sure to include Gorky, Pollock, and de Kooning in your discussion, using examples of their work as discussed in the text.
|
Complaints of subordinates regarding delegation
: Discuss why one of the major complaints of subordinates regarding delegation is the issue of dumping. Offer an example of a personal experience or observation of dumping taking place.
|
Create a form to register a user to an online store
: Create a form to register a user to an online store. User must create a username and password. These are required and the password must not be shown in clear text. Password should include a way to confirm password.
|
Write a program that reads an infix or postfix expression
: Write a program that reads an infix or postfix expression from an input file, evaluates the expression and outputs the result.
|