Results 1 to 2 of 2

Thread: need help...xpham

  1. #1
    Junior Member
    Join Date
    Aug 2010
    Posts
    2
    Post Thanks / Like

    Unhappy need help...xpham

    It has a GrossPay method that computes the gross pay of the employee. The method requires the number of hours worked (Double) as the parameter. Draw a button in the form. Set its Text property to Compute. When the user clicks the button, your program will create an employee object named TheEmployee. Set its SSN, Name, and HourlyRate properties to 123456789, ANIS ELIANI, and 70, respectively; then use its GrossPay
    method to compute the gross pay for working 50 hours in a week (overtime pay is 1.5 times of the regular rate). Use a message box to display the following message:
    (message box nk macam kt bawah)
    ANIS ELIANI (employee number 123-45-6789) worked 50 hours, and
    is paid $x,xxx (Replace x,xxx with proper amount.)

  2. #2
    Junior Member kotor87's Avatar
    Join Date
    Oct 2006
    Posts
    7
    Post Thanks / Like

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •