cout << "You should text: " << friends[name_selected] << endl;
cout << "These other friends didn't make the cut: " << endl;
return 0;
}
This is how the output is supposed to look like
Program Output
== Who Should I Text? ==
Enter seed
Enter friend 0
Enter friend 1
Enter friend 2
Enter friend 3
Enter friend 4
You should text: Cat
These other friends didn't make the cut:
Adam
Bill
Damion
Edward