1. public static int sumOfValues(int i, int j)
This method accepts two integers (i ≤ j) and returns the sum
of all integers between them, inclusive.
(Intro To Java)