Math Skills
Operator | Usage | Syntax |
---|---|---|
+ | Adding | 5 + 7 |
- | Subtracting | 10 - 4 |
* | Multiplying | 5 * 6 |
/ | Dividing | 20 / 5 |
More operators
You've managed a lot of tasks already, but let's add something new related to math operations.
Operator | Usage | Syntax | Result |
---|---|---|---|
// | Integer Division | 15//2 | 7 |
% | Remainder | 15 % 2 | 1 |
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 5
Demandez à l'IA
Demandez à l'IA
Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion
Awesome!
Completion rate improved to 2.7
Math Skills
Glissez pour afficher le menu
Operator | Usage | Syntax |
---|---|---|
+ | Adding | 5 + 7 |
- | Subtracting | 10 - 4 |
* | Multiplying | 5 * 6 |
/ | Dividing | 20 / 5 |
More operators
You've managed a lot of tasks already, but let's add something new related to math operations.
Operator | Usage | Syntax | Result |
---|---|---|---|
// | Integer Division | 15//2 | 7 |
% | Remainder | 15 % 2 | 1 |
Tout était clair ?
Merci pour vos commentaires !
Section 1. Chapitre 5