Solved

Given This Method Implementation, Fill in the Blank in the Method

Question 49

Multiple Choice

Given this method implementation, fill in the blank in the method comment. /**
Withdraws money from the bank account
_________ amount the amount to withdraw
*/
Public void withdraw(double amount)
{
Balance = balance - amount;
}


A) parameter
B) @param
C) param
D) @parameter

Correct Answer:

verifed

Verified

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

Related Questions