[Solved]Java Write Program Asks User Enter Name Favorite City Use String Variable Store Input Prog Q37093110
In Java, write a program that asks the user to enter the name ofhis or her favorite city. Use a String variable to store the input.The program should display the following:
• The number of characters in the city name,
• The name of the city in all uppercase letters,
• The name of the city in all lowercase letters,
• The first character in the name of the city.
Expert Answer
Answer to In Java, write a program that asks the user to enter the name of his or her favorite city. Use a String variable to stor… . . .
OR

