Hello, I was wondering if I could get an answer to the rock, paper, scissor project. There’s this part of the code that populates the rock, paper, scissor emoji. How do I enter a different emoji into the output like this? I would like to better understand the process. If anyone could explain it to me, I would greatly appreciate it
std::cout << “1) \n”;
std::cout << “2) \n”;
std::cout << “3) \n”;
Thank you for your time.