Problem:
Question: Write a program that will ask the user to enter personal information and then will display it back to the user.
First, the program will ask the user to enter name. Then it will ask the user to enter address. Then it will ask the user to enter phone number. Then it will ask the user to enter email. At the end, it will display the user's name, address, phone number and email.
Show the code, demonstrate it works properly and describe what it is doing.