java-exercism-exercises/annalyns-infiltration/HINTS.md

12 lines
369 B
Markdown
Raw Permalink Normal View History

2023-03-08 19:00:28 +01:00
# Hints
## General
- There are three [boolean operators][operators] to work with boolean values.
- Multiple operators can be combined in a single expression.
## 1. Check if a fast attack can be made
- The [boolean operators][operators] can also be applied to boolean parameters.
[operators]: https://docs.oracle.com/javase/tutorial/java/nutsandbolts/opsummary.html