C
C#2y ago
alexhoquan

Hangman

coding hangman game and i need help with solving this error.
No description
12 Replies
alexhoquan
alexhoquanOP2y ago
No description
Jimmacle
Jimmacle2y ago
what error?
TheRanger
TheRanger2y ago
all we see is a red squiggly line under MotTrouve but you haven't provided the error message yet
TheSSlSniper
TheSSlSniper2y ago
the red squiggly line implies that you are not supplying the function with its required argument but you have not provided the error message yet so I'm not sure if that is the one you are preferring to ...
Jimmacle
Jimmacle2y ago
the squiggly implies nothing, they need to read the actual error message
alexhoquan
alexhoquanOP2y ago
No description
alexhoquan
alexhoquanOP2y ago
how would i fix that?
TheRanger
TheRanger2y ago
yes this is what we wanted to see
No description
TheRanger
TheRanger2y ago
well, the method expects you to pass a string, and you're not doing that
alexhoquan
alexhoquanOP2y ago
ah gotcha
AdiZ
AdiZ2y ago
$details
MODiX
MODiX2y ago
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, and what you expect the result to be. Upload code here https://paste.mod.gg/ (see $code for more information on how to paste your code)

Did you find this page helpful?