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.
Aufgabe
Swipe to start coding
Insert the appropriate inequality symbol (either <
or >
) so the expression evaluates to 1
.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 3. Kapitel 5
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen
Awesome!
Completion rate improved to 2.63
Comparison Operators Practice
Swipe um das Menü anzuzeigen
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.
Aufgabe
Swipe to start coding
Insert the appropriate inequality symbol (either <
or >
) so the expression evaluates to 1
.
Lösung
War alles klar?
Danke für Ihr Feedback!
Awesome!
Completion rate improved to 2.63Abschnitt 3. Kapitel 5
single