4a. Create a Friend class in which you can store your friends' ?rst 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 ?le.
4b. Create a program that reads the ?le created in 4a and displays each friend's data to the screen.