| about | help | code help+videos | done | prefs | 
Given an integer "n", create and return a boolean array that is size "n", but that stores all values of true. array_createTrueArray(0) → [] array_createTrueArray(1) → [true] array_createTrueArray(2) → [true, true] ...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