Diff 21

Given an int n, return the absolute difference between n and 21, except return double the absolute difference if n is over 21.

This exercise was converted to PLM from the excellent exercising site http://javabat.com/