1. float arr[]=new float[5]
2. Write the diference between length() and length
3. How can we store the 5 vowels in an array.
Answers
Answered by
0
Answer:
With the help of the length variable, we can obtain the size of the array. Examples: int size = arr[]. length; // length can be used // for int[], double[], String[] // to know the length of the arrays.
Similar questions