• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Java help.

mikysee

Senior member
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.
 
Back
Top