AccountTest.java:7: 错误: 找不到符号
Account account1 = new Account("Jane Green",50.00);
^
符号: 类 Account
位置: 类 AccountTest
AccountTest.java:7: 错误: 找不到符号
Account account1 = new Account("Jane Green",50.00);
^
符号: 类 Account
位置: 类 AccountTest
AccountTest.java:8: 错误: 找不到符号
Account account2 = new Account("John Blue",-7.53);
^
符号: 类 Account
位置: 类 AccountTest
AccountTest.java:8: 错误: 找不到符号
Account account2 = new Account("John Blue",-7.53);
^
符号: 类 Account
位置: 类 AccountTest
AccountTest.java:31: 错误: 已在方法 main(String[])中定义了变量 depositAmount
double depositAmount = input.nextDouble();
imports Account;
看看
导入你的:Account类对应的包