Can anyone that knows Java help me?
I need to print out a string and make it all upper case.
I know I'm suppose to use toUpperCase, but I don't know how to use it.
I also know that to print out a sting, I use
system.out.println()
How do I implameant the toUpperCase to that?
Thanks.
I need to print out a string and make it all upper case.
I know I'm suppose to use toUpperCase, but I don't know how to use it.
I also know that to print out a sting, I use
system.out.println()
How do I implameant the toUpperCase to that?
Thanks.