You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
398 B
12 lines
398 B
3 years ago
|
# 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.microsoft.com/en-us/dotnet/csharp/language-reference/operators/boolean-logical-operators
|