how tomake an array in java code example
Example 1: creating array java
int[] intArray = new int[]{ 1,2,3,4,5,6,7,8,9,10 }
Example 2: how to declare string array in java
string[] abc=new string[]{"hai","hello"}
int[] intArray = new int[]{ 1,2,3,4,5,6,7,8,9,10 }
string[] abc=new string[]{"hai","hello"}