Friday, July 31, 2015

12. String Manipulator

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.

Note: So glad there are methods! One time I had to do all these without using methods in C++ nevertheless fun..hey if I enjoy it, who cares. 


No comments:

Post a Comment