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: $" =...


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?



Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here