about | help | code help+videos | done | prefs |
Given a single int called num, create an array of String values with num element "slots" (i.e. of length num) and return the array. Precondition: num is zero or positive. apcsaArraysCreateStringsArray(1) → [null] apcsaArraysCreateStringsArray(2) → [null, null] apcsaArraysCreateStringsArray(3) → [null, null, null] ...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: 110
Copyright Nick Parlante 2017 - privacy