about | help | code help+videos | done | prefs |
Write an additiveInverse() function that has a parameter called number. This function returns additive inverse of the given number. additiveInverse(1) → -1 additiveInverse(-0.9999) → 0.9999 additiveInverse(-2) → 2 ...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 Post-solution available
Copyright Nick Parlante 2017 - privacy