E- (double) bringCheckOfAmount:(double)amount toDiner:(Diner *)diner { if ([diner isRude]) { return (amount + 20.0); } return amount; }