Question: Write a program that asks the user to enter the name of his or her favorite city. Use a String variable to store the input.
Write a program that asks the user to enter the name of his 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
Step by Step Solution
3.40 Rating (162 Votes )
There are 3 Steps involved in it
Program import javautilScanner class Main public static void mainString a... View full answer
Get step-by-step solutions from verified subject matter experts
