How do you declare array?

Answer:
we define the array is

Array array[]={1,2,3,4,5} this is the integer Array

Array array[]={"apple","banana","carrot","mango"} this is the String Array
First answer by ID1936802400. Last edit by ID1936802400. Question popularity: 0 [recommend question].