だから私は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 行に表示されます。