mirror of
https://github.com/dotnet/intro-to-dotnet-web-dev.git
synced 2025-12-06 05:32:03 +01:00
fixed bool chart
This commit is contained in:
parent
b9708c29f5
commit
2893f50386
|
|
@ -84,7 +84,7 @@ In this example, we use parentheses pass a string as a parameter to *Console.Wri
|
||||||
## Boolean expressions
|
## Boolean expressions
|
||||||
We use booleans to compare two or more things.
|
We use booleans to compare two or more things.
|
||||||
| symbol | what it does |
|
| symbol | what it does |
|
||||||
| --- | ------ |
|
| --- | ---------- |
|
||||||
| < | less than |
|
| < | less than |
|
||||||
| > | greater than |
|
| > | greater than |
|
||||||
| <= | less than or equal |
|
| <= | less than or equal |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue