public class Server extends Employee { public void collectTips(double amount) { System.out.printf("WOOOOO %.2f money in the bank!!!", amount); } }