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
|
|
@ -83,14 +83,14 @@ In this example, we use parentheses pass a string as a parameter to *Console.Wri
|
|||
|
||||
## Boolean expressions
|
||||
We use booleans to compare two or more things.
|
||||
| symbol | what it does |
|
||||
| --- | ------ |
|
||||
| < | less than |
|
||||
| > | greater than |
|
||||
| <= | less than or equal |
|
||||
| >= | greater than or equal |
|
||||
| == | equal |
|
||||
| != | not equal |
|
||||
| symbol | what it does |
|
||||
| --- | ---------- |
|
||||
| < | less than |
|
||||
| > | greater than |
|
||||
| <= | less than or equal |
|
||||
| >= | greater than or equal |
|
||||
| == | equal |
|
||||
| != | not equal |
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue