Posts by Isabella Moreira • 11 points
1 post
-
0
votes1
answer52
viewsQ: How to shuffle names and colors in C++
I’m making a code in C++ and need to shuffle 5 names and 5 colors for a "draw". The code below was what I was able to do so far, but the colors still repeat. #include <iomanip> #include…