Kotlinlearncs.online LogoJava
Return to List

Homework: In Order Equals

Imported By: learncs.online Staff
/ Version: 2021.6.0
/ Adapted from CodingBat

Given three ints first, second, and third, return true if second is greater than first and third is greater than second. However, if equalsOK is true, equality is allowed, so {5, 5, 5} or {5, 5, 7} would also return true.

Related Lessons

Stuck? You may find these lessons helpful: