Examlex

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.


Definitions:

Related Questions