+ 2
How to remove the error?
I want to make simple game Ouija board but I get the error, I don't know why the error in or(||) operator, please help.
4 Respostas
+ 6
// This will help, replace to the:
if(user.equals("Is anyone here?") || user.equals("Is anyone here?" ))
{
System.out.println("The Ouija board says: " + responses[random.nextInt(responses.length-1)]);
+ 3
Sorry, I forget that
https://code.sololearn.com/c8WAKe5N6Q0n/?ref=app
+ 2
JaScript thanks a lot
0
You should link your code so that we can see the error as well.