Random error

I kept seeing these errors, I know I did every thing right I just don,t know what went wrong. I,m at the part where we use the RandRange function.

Hi,

you include an integer but you specify a String Input in Line 14.
And you might ned an * in Line 15 in front of HiddenWord (*HiddenWord)

Ohh… thank you

Also line 14 is trying to print an int with %s which is a runtime error.

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms