Question: C# Write a Console App that does the following Reads the following file of names of cites: cities Formats the cities to have a capitalized
C#
Write a Console App that does the following
- Reads the following file of names of cites: cities
- Formats the cities to have a capitalized first letter
- Uses a method that you write FormatName() that accepts a string and returns the formatted string
- Write these to a new file, citynames. You may save in List
- Formats the cities to have a capitalized first letter
- Appends a city, such as your hometown, to the file
- Reads the newly appended
- Formats the cities to have a capitalized first letter
- Uses a method your formatName() that accepts a string and returns the formatted string
- Write these to a new file, citynames.
- Formats the cities to have a capitalized first letter
Extra Credit: Handle two name cities (Des Moines) for up to 2 extra credit points.
Sample Files: 
omaHa seattle portland ames minneapolis newton charleston willington miami austin jacksonville phoenix indianapolis chicago
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
