Start with the bill, add the tip to it using +=, and return the total. Both are in whole cents.
int withTip(int bill, int tip)
Examples
There are also 3 hidden tests you can't see. Solve the problem, not the examples.