| about | help | code help+videos | done | prefs |
classify() -- You are given a number and want to determine its classification. The method should return either "positive", "negative" or "zero", depending on the number's value. classify(12) → "positive" classify(-1) → "negative" classify(0) → "zero" ...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: 15
Copyright Nick Parlante 2017 - privacy