Trying to implement functions to identify user/computer selectionsI figured it out! I was declaring the functions and the variables horribly wrong, using int's and fl...
Trying to implement functions to identify user/computer selectionsFor the main function I've tried: return(int human, int computer, 0); return(int human; int computer...
Trying to implement functions to identify user/computer selectionsThanks, that makes sense. Ok, so I guess the problem I'm having now is figuring out how to pass the ...
Trying to implement functions to identify user/computer selectionsHi, I'm trying to make a program that allows the user to play rock paper scissors against the comput...