Part A: Contact Manager.

Part A: Contact Manager
Requirements
Your mission: Write a Windows application that gets names and addresses
from the user and displays a list of all of the user’s contacts. Each time the user
enters a new contact, he/she should able to see it added to a list of previously
stored contacts. For example, in the following sample output below, after the
user clicks the “Add Contact” button, the list will include John Mann’s contact
information at the bottom.
Sample output:

Tips
.
.
.
.
.
Pseudocode:??When the “Add Contact” button is clicked
Open an output file stream for appending
Write the contact’s name and address to the file
Close the file stream
Clear the list
Open an input file stream for reading
Add each line of the file to the list
Close the file stream
When the form closes Close the input and output file streams
END OF PART A
END OF LAB
CIS170A Week 7 Lab in C# – Fully Commented Code – 100% Score
CIS170B Week 7 Lab in C# – Fully Commented Code – 100% Score
CIS170C Week 7 Lab in C# – Fully Commented Code – 100% Score
–iqra javaid

Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.

[order_calculator]