about | help | code help+videos | done | prefs |
cubePlusOne Write a function that takes x and returns the cube of x plus one. It should be a single return statement. cubePlusOne(0) → 1 cubePlusOne(1) → 2 cubePlusOne(2) → 9 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy