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 |
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 5
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Awesome!
Completion rate improved to 2.7
Math Skills
Desliza para mostrar el menú
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 |
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 1. Capítulo 5