(Requires JavaScript)
You can probably look up the boiling point of liquid N2, but if you want to try to guess consider the following game.
Pick a number between and oF. Be sure to include a sign on your guess.
Guess: oF. ; Feedback: than
Comment on this skill: This skill is really a math skill called a binary search. Any time you can answer the question, "Is the value guessed too big? or too small?"; "Is the value too hot? or too cold?", you can get as close to the correct answer as you want. It is called a binary search because the quickest set of guesses to the correct answer is to divide the interval which remains in half for each new guess. "Bi" as in bicycle means 2; divide the interval by 2 each time.
How could the liquid N2 itself answer the question, "too hot? or too cold?"
If you place an object into liquid N2 which is too hot, it would boil. If you place an object into the liquid N2 that is too cold, it would not boil.