I'm a newbie, and...cannot find the answer on the Web.
If you want to use the OR operator in Java, "||", how can you type it so the compiler will accept it?
The character "|" on the same key with the backslash ("\") looks like it should be the right thing, but I'm getting these errors at the command-line: "not a statement" and "; expected".
What character(s), on a standard keyboard, should I be using to represent OR?