Return the distance all the way around a rectangle: two widths plus two heights.
int perimeter(int width, int height)
Examples
There are also 3 hidden tests you can't see. Solve the problem, not the examples.