about | help | code help+videos | done | prefs |
Returns an integer array of length m with the first m multiples of n starting with n * 1. m will be zero or larger. firstMmultiplesOfN(1, 2) → [2] firstMmultiplesOfN(3, 2) → [2, 4, 6] firstMmultiplesOfN(5, 2) → [2, 4, 6, 8, 10] ...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