@vikash-verma-jF0MOy
โข
Oct 26, 2024
Oct 26, 2024
1.4K
what does length represents in the following code snippet: int a[]={10,20,30}; System.out.println(a
sorry the last line of code is
System.out.println(a.length);
what exactly length is...๐