Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 347 Bytes

File metadata and controls

13 lines (9 loc) · 347 Bytes

Arrays II

Fairly often you will want to have arrays in your program which you either do not know the initial values for or which are too big to physically type out every value in an initializer.

String[] everyStudentName = // ???
char[] everyLetterInEveryAlphabet = // ???