Solved

Consider the Following Method Header for the BankAccount Class

Question 39

Multiple Choice

Consider the following method header for the BankAccount class: Consider the following method header for the BankAccount class:   Fill in the blank in the method body.  A) balance = balance * (1 + rate) ; B) balance = balance * rate; C) balance = balance * (1 + interestRate) ; D) balance = balance * interestRate; Fill in the blank in the method body.


A) balance = balance * (1 + rate) ;
B) balance = balance * rate;
C) balance = balance * (1 + interestRate) ;
D) balance = balance * interestRate;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions