I don't know how to fix this it tells me parse issue, Expected '}' to match '{'.

//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"}

  };

Please post a standalone reproducer for the syntax problem; there seems to be some code missing.

Please also use the code-block tags to avoid formatting errors when posting the reproducer here.

I don't know how to fix this it tells me parse issue, Expected '}' to match '{'.
 
 
Q