Search:

Type: Posts; User: gotdatdough

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    901

    Re: Adding additional $10?

    hoursworked40 = hoursworked - 40;
    hoursworked40 = hoursworked40 * 1.5;
    totalpay = (hoursworked + hoursworked40) * wage;

    These lines are.

    --- Update ---

    Thank you. i knew it was...
  2. Replies
    4
    Views
    901

    Adding additional $10?

    My program is supposed to calculate the income of the user by taking the number of hours worked and their hourly wage. if the person works over 40 hours, thy recieve 1.5 times the amount of their...
Results 1 to 2 of 2