Program: Write a program that will call a function called writeDataToFile to prompt a user for their first name, last name and zip code, and print this information to a file called "UserData.txt".
The main function should prompt the user for the same information and print it to screen.
You have to implement a program that shows the complete user information.