Question: Write a Java program called UpperCaseFun. The program needs to ask a user to enter text. The program will loop through all the characters the
Write a Java program called UpperCaseFun. The program needs to ask a user to enter text. The program will loop through all the characters the user inputted and convert lowercase letters to uppercase. The capitalize characters should be on a single line. Do not use toUpper() to fulfill the task. Make the program as SIMPLE as possible. NOT advanced.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
