Exercise : Client code method call syntax practice-it

Suppose a method in the BankAccount class is defined as:

public double computeInterest(int rate)

If the client code has declared a BankAccount variable named acct, which of the following would be a valid call to the above method?