SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Introduction to Java

» Start this Course
(Practice similar questions for free)
Question:

How to create an array?

Author: Christian N



Answer:

Via Initialization: int a[] = new int [20] via assignment: int b; b = new int[] {0,8,15, 47, 11};


0 / 5  (0 ratings)

1 answer(s) in total