Can someone help me with this problem? It's a rock, paper, scissors game with the computer and the user. I'm having issues with the random number generator and the functions (I think primarily the void displayChoice function)
Thanks for any tips or guidance!
It doesn't. But I left it empty for the sake of this post, because when I change it to displayChoice (char uChoice) I get even more errors, such as "expected a ')'". Would you recommend I put the displayChoice(); inside the getUserChoice() function, instead of the main function? I'm still trying to get the hang of functions clearly..