Suppose you create an array with the following statement: int[] choices = new int[4]; What is the

Question:

Suppose you create an array with the following statement:

int[] choices = new int[4];

What is the default value in a typical element of this array? Is it garbage or something in particular?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: