Write code and JUnit test cases for CodingBat - Array1 - sortaSum Problem Statement: Given 2 ints, a and b, return their sum. However, sums in the range 10..19 inclusive, are forbidden, so in that ...
Given 2 ints, a and b, return their sum. However, sums in the range 10..19 inclusive, are forbidden, so in that case just return 20.