Challenge 4: Playing With Strings
Explore Java method creation by writing a method that checks string length and returns the string in upper case if even or lower case if odd. This lesson enhances your skills with string manipulation and method implementation.
We'll cover the following...
We'll cover the following...
Problem statement
In this exercise, you have to write a method test(), that first ...