Answer:
Following are the method definition to this question:
public String notice_bill(double amount) //defining method
{
return this.name+", account number "+this.currAccNum+", please pay $"+amt; //return value.
}
Explanation:
In the given question some information is missing, that is example So, method definition to this question can be described as follows: