about | help | code help+videos | done | prefs |
arithList: complete the following function which returns a list containing the first n elements of an arithmetic sequence when given the first element of the sequence and common difference. Name the list arithList. Mildly Spicy. Consider all possibilities. arithmeticList(2, 4, 2) → [4, 6] arithmeticList(3, 5, 5) → [5, 10, 15] arithmeticList(4, 6, 3) → [6, 9, 12, 15] ...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: 100
Copyright Nick Parlante 2017 - privacy