User profile: ebun101

User info
User name:ebun101
History
Joined:
Number of posts:4
Latest posts:

Trying to implement functions to identify user/computer selections
I 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 selections
For 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 selections
Thanks, 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 selections
Hi, I'm trying to make a program that allows the user to play rock paper scissors against the comput...