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.

Este exercício foi convertido para o PLM do excelente sítio de exercícios http://javabat.com/