Question: Write a Java program called UpperCaseText. The program needs to ask a user to enter text. The program will loop through all the characters the
Write a Java program called UpperCaseText. 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!!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
