Does anyone know why I am receiving the error: Cannot implicitly convert type ‘void’ to ‘string’?
I know the problem has something to do with the nested WinOrlose() method within the PlayGame() method, however not sure where to go from here.
(C#) Does anyone know why I am receiving the error: Cannot implicitly convert type ‘void’ to ‘string’
I know the problem has something to do with the nested WinOrlose() method within the PlayGame() method, however not sure where to go from here.