I wonder if it okay to write a big equation in System.out like this or Seperate
else if (earn>=200 && earn<=693)
{
System.out.println("Excess Earning" + (earn-200));
excess = (8.40+((earn-200)*.15));
System.out.println("Tax Withholding" + excess);
}