mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
To declare an integer array, the correct way is:
int[] name = new int[] {1, 2, 3};
and not
int[] name = new name[] {1, 2, 3};
|
||
|---|---|---|
| .. | ||
| arabic | ||
| chinese | ||
| english | ||
| portuguese | ||
| russian | ||
| spanish | ||