write a java program to create an array of string to store 10 names calculate and display the length of each names
Answers
Answered by
0
Answer:
Arrays are an important data structure in Java that are used to store different types of data from primitive to the user-defined. We have already seen the basics of Arrays and the other major operations that can be performed on Arrays.
Similar questions