次のクラスがあるとします。 そして、別のクラスにある次の main メソッドがあるとします。 n1 行目に独立して挿入すると、プログラムに ao バランスを出力させる 3 行はどれですか?
正解:D,G,H
A and B don't compile because there isn't a variable amount in method main. C is wrong because we can't call the constructor acct directly. E is wrong because we can't make a method on acct equal to 0. F is wrong because does not change variable amount of class CheckingAccount.