1* formal parameter — the identifier used in a method to stand for the value that is passed into the method by a caller. For example, amount is a formal parameter of processDeposit.
2* actual parameter — the actual value that is passed into the method by a caller.
3