Page 1 of 1

About Question enthuware.ocajp.i.v8.2.1441 :

Posted: Fri Jan 22, 2016 9:58 am
by xDzmShe
Fifth answer cannot be right answer, because a semicolon is missing in the end of the expression. The code will not compile in this case.

double taxRate = 0;
taxRate = grossIncome>18000?grossIncome<=36000?.1:.2:0


Fix it please.

Re: About Question enthuware.ocajp.i.v8.2.1441 :

Posted: Fri Jan 22, 2016 10:27 am
by admin
Fixed.
thank you for your feedback!