id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

tmhscs@gmail.com arrays > array_lucky
prev  |  next  |  chance

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)

public int[] array_lucky(int num) { }

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Java Help

Misc Code Practice

Post-solution available

Copyright Nick Parlante 2017 - privacy