Given 2 positive int values, return the larger value that is in the range 10..20 inclusive, or return 0 if neither is in that range.
[!scala]Note that Math.max(Int,Int):Int and Math.min(Int,Int):Int return the maximum and minimum of two integers
[/!]Este exercício foi convertido para o PLM do excelente sítio de exercícios http://javabat.com/