Getting the error "The left-hand side of an assignment must be a variable"
in these lines
System.out.println("totalWithholding: $" = stateTax + federalTax);
System.out.println("takeHomePay: $" = salary - totalWithholding + dependentDeduction);
what am I missing?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here