Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/part-1/6-conditional-statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@ The expression of a conditional statement may consist of multiple parts, in whic

<!-- * Loogista operaatiota ei käytetään totuusarvon muuntamiseen truesta falseksi tai falsesta trueksi. -->

- Logical operators are not used for changing the boolean value from true to false, or false to true.
- Logical operator "not" used for changing the boolean value from true to false, or false to true.

<!-- Seuraavassa yhdistetään `&&`:lla eli ja-operaatiolla kaksi yksittäistä ehtoa. Koodilla tarkistetaan, onko muuttujassa oleva luku suurempi kuin 4 ja pienempi kuin 11, eli siis välillä 5-10: -->

Expand Down