about | help | code help+videos | done | prefs |
Write a method that returns an integer array of length 'length' containing all zeros. practice2023_10_20_makeArray(5) → [0, 0, 0, 0, 0] practice2023_10_20_makeArray(1) → [0] practice2023_10_20_makeArray(40) → [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] ...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: 205
Copyright Nick Parlante 2017 - privacy