0 votes

1 Answer

0 votes
by

"int[] arr = new int[5]; // integer array of size 5 you can also change data type

String[] cars = {""Volvo"", ""BMW"", ""Ford"", ""Mazda""};"

...