所以我正在使用 Eclipse 为学校做一个项目。我不断收到令牌“+”的语法错误,++ 预期。
System.out.print ("End of Supplier transactions");
calcsuppliersummary();
System.out.print("The total interest of"+name+"is:" +interest+);
System.out.print("The supplier Ending Balance is:"+endbal+ );
}
错误显示在 System.out.print 行。