> 4. Print the strings that are of even length from an array of strings
Arrays in Java: (Part 5)
One Dimensional Array :
4. Print the strings that are of even length from an array of strings
5. Print the strings that start with a vowel from an array of strings
6. Print the strings that ends with a vowel from an array of strings
- Example: (Print the strings that are of even length)
- Example: (Print the strings that start with a vowel)
- Example: (Print the strings that end with a vowel)
Comments
Post a Comment