Search:

Type: Posts; User: ggx7

Search: Search took 0.15 seconds.

  1. Replies
    4
    Views
    1,112

    Re: having issues with if else statement

    Ah, sorry for the late response, everything runs great, the booleans checkout and the statements match :) thank you again!

    Sorry, feel like you deserve to see the code, I was having trouble...
  2. Replies
    4
    Views
    1,112

    Re: having issues with if else statement

    Hello! Thank you for answering :)
    well so do you mean like this?
    if (overtime)
    {
    grossPay = rate * OVERTIMEHOURS + (hours - OVERTIMEHOURS)
    * (rate *...
  3. Replies
    4
    Views
    1,112

    having issues with if else statement

    This is a payroll assignment, and I don't know exactly why my if and else statements keep returning errors, I've tried adding curly braces inside of the if and the else parts, yet can't seem to get...
Results 1 to 3 of 3