Java Notes
Programming: To Uppercase
Name ________________________________________
Write a complete program that reads a string from the user with an input dialog,
converts it to uppercase, and displays the string in another dialog box.
You can use the String methods toUpperCase().















