Please enable JavaScript to use CodeHS

CodeHS Glossary


And operator Java

Logical operator that ANDs two boolean values. Written as `&&`. `a && b` will be true if both `a` and `b` are true.