Create a public class named Question with a single class method named areIncreasingStrict.
Your method should accept three int arguments and return whether the first is strictly greater than the second
and the second is strictly greater than the third.
Stuck? You may find these lessons helpful: