create a text file called contacts using Notepad (programs> accessories > Notepad) with n=15
records for storing their name,sex age ,telephone and email address that resembles the below.
"Hiba", "M",20,1234567,"aaa@yahoo.com"
"ahmed", "f",21,2345678,"bbb@yahoo.com"
"ali", "M",25,3456789,"ccc@yahoo.com"
write a program to read the file display contact information.