about | help | code help+videos | done | prefs |
array_creationFrom10by2
Given an integer "n", return an array of size "n" that contains the values 10, 12, 14, 16, ... array_creationFrom10by2(3) → [10, 12, 14] array_creationFrom10by2(5) → [10, 12, 14, 16, 18] array_creationFrom10by2(2) → [10, 12] ...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