about | help | code help+videos | done | prefs |
Arithmetic Dates: A date of the form mm dd yy is considered arithmetic if mm, dd, yy is an arithmetic sequence. Complete the function which returns true if the date is arithmetic. arithDate(4, 11, 18) → True arithDate(4, 10, 18) → False arithDate(2, 10, 18) → 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: 200
Copyright Nick Parlante 2017 - privacy