Comparison Operators Practice
Reviewing Comparison Operators
Below is a recap of the comparison operators we've covered:
Operation | Symbol | Usage Example |
---|---|---|
Equality | == | a == b |
Inequality | != | a != b |
Greater than | > | a > b |
Less than | < | a < b |
Greater than or equal to | >= | a >= b |
Less than or equal to | <= | a <= b |
You'll be using some of these operators in the upcoming task.
Taak
Swipe to start coding
Insert the appropriate inequality symbol (either <
or >
) so the expression evaluates to 1
.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 3. Hoofdstuk 5
single
Vraag AI
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.
Awesome!
Completion rate improved to 2.63
Comparison Operators Practice
Veeg om het menu te tonen
Reviewing Comparison Operators
Below is a recap of the comparison operators we've covered:
Operation | Symbol | Usage Example |
---|---|---|
Equality | == | a == b |
Inequality | != | a != b |
Greater than | > | a > b |
Less than | < | a < b |
Greater than or equal to | >= | a >= b |
Less than or equal to | <= | a <= b |
You'll be using some of these operators in the upcoming task.
Taak
Swipe to start coding
Insert the appropriate inequality symbol (either <
or >
) so the expression evaluates to 1
.
Oplossing
Was alles duidelijk?
Bedankt voor je feedback!
Awesome!
Completion rate improved to 2.63Sectie 3. Hoofdstuk 5
single