Kotlinlearncs.online LogoJava
Return to List

Solve: Three Ints Increasing Strict

Created By: Geoffrey Challen
/ Version: 2024.7.0

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.

Related Lessons

Stuck? You may find these lessons helpful: