Create a Friend class in which you can store your friends' first and last names, phone numbers, a...
Create a Friend class in which you can store your friends' first and last names, phone numbers, and the month and day of your friends' birthdays. Write a program that prompts you to enter friends' data and saves each record to a file. Save the program as Write Friend Records, cs. Create a program that reads the file created in Exercise 4a and displays each friend's data to the screen. Save the program as Read Friend Records, cs.
Solved
Programming in .NET
1 Answer
Steve Jeff
Login to view answer.