| about | help | code help+videos | done | prefs | 
love9
| The number 9 is a truly great number. Given two int values, a and b, return true if either one is 9. Or if their sum or difference is 9. Note: the function Math.abs(num) computes the absolute value of a number love9(4, 5) → true love9(3, 10) → false love9(9, 8) → true ...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: 101
Copyright Nick Parlante 2017 - privacy