//Initialize the data for at least 5 people. You must use an array of structs. ProfileDatabase friends[5] = { {"Olivia Avery","Liv", "Female", 24, "Email Address", "none" , "(951)-239-0825"}
{"Ashley Lane", "Ash", "Female", 29, "Email Address", "UCLA" "(951)-368-3485"}
{"Ana Stone", "Anabelle", "Female", 20, "Email Address", "UCR", "(951)-085-3322"}
{"Nick fallon", "Nico", "Male", 22, "Email Address", "UCI", "(951)-834-8405"}
{"Oliver Kennedy", "Oly", "Male", 34, "Email Adress", "UC Berkeley", "(951)-863-9743"}
};