Question: Write a C# program that enables the user to input name, address and local phone number, include area code. The phone number should be entered
Write a C# program that enables the user to input name, address and local phone number, include area code. The phone number should be entered in a format to include dashes between the numbers (i.e. xxx-xxx-xxxx). Store the values in a text file. Surrounded the phone number with asterisks and store only the numbers for the phone number. Do not store the hypen or dash in the file with the phone number. Include appropriate exception-handling techniques in you solution. Display a message indicating the data was stored properly. Use Notepad to view the contents.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
