well immediately your first while loop ends with a semicolon so unless you want it to do nothing... which is pointless, get some nice brackets in there. you also arent storing storing your computers choice in a variable, and you havent passed choice as a reference so the data is just being lost. youre also missing braces at the end of getWinner and have a random elseif at the end... have you even tried compiling this yet?
no reason it should be that long. this is my try, and while perhaps its not the most efficient code as it uses cin and system commands, but whatever! :)
thanks for the help i will go over my code now and see if anything else comes up
now i seem to be having trouble with the if else if in the getWinner function of my code can someone help me with this set of errors