about | help | code help+videos | done | prefs |
Given an int n, return true if it is within 10 of 100 or 200. Note: Math.abs(num) computes the absolute value of a number. nearHundred(93) → true nearHundred(90) → true nearHundred(89) → false ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 121.0
Copyright Nick Parlante 2017 - privacy