about | help | code help+videos | done | prefs |
Given an integer "num", make an integer array of size num. Then, make all of the values a 7, and then return the array! array_lucky(1) → [7] array_lucky(2) → [7, 7] array_lucky(3) → [7, 7, 7] ...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