Take the number, double it, then double it again, and return the result. Use *= both times.
int quadruple(int n)
Examples
There are also 3 hidden tests you can't see. Solve the problem, not the examples.