Main.java:25: error: class Account is public, should be declared in a file named Account.java
public class Account {
^
Main.java:56: error: non-static variable annualInterestRate cannot be referenced from a static context
annualInterestRate = newAnnualInterestRate;
^
2 errors
위와 같은 에러가 나타납니다.