public int totalsalary(chef chef) { return(chef.salary + chef.extrahrs * 50); }
public int calculatebonus(chef chef) { return(chef.extrahrs * 50); }