Hello. I'm making a rock paper scissors game and its causing me some problems.
I would appreciate someone explaining to me what went wrong and if I'm over complicating a simple project. Here you go.
@rich1 Thanks for your suggestion. I appreciate it. I'm still uncertain of my code with what your comment says. Do you mean repeating that for all of the if- else if statements?
What rich was saying, is that by using the toupper() function (which turns a lower-case alphabetical character into its upper-case counter part), you would only have to check if the input matches a capital 'P'.