TeenSum

Given 2 ints, a and b, return their sum. However, "teen" values in the range 13..19 inclusive, are extra lucky. So if either value is a teen, just return 19.

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