Problem
Create a public static method name sumAll that takes in 2 arguments int a, int b, and returns the sum of all values between those two numbers inclusive. Remember a can be less than b, b might be less than a, or they may be equal. They can also be positive or negative.