Kotlinlearncs.online LogoJava
Return to List

Solve: Icy Hot

Imported By: Geoffrey Challen
/ Version: 2021.4.0

Given two temperatures, return true if one is less than 0 and the other is greater than 100.

boolean icyHot(int firstTemp, int secondTemp) {
return false; // You may need to remove this starter code
}

Related Lessons

Stuck? You may find these lessons helpful: