fix: 08-numbers-and-strings/01-numbers/questions/01-arithmetic-operators.md question 3
This commit is contained in:
@ -21,10 +21,9 @@
|
|||||||
8 % 3
|
8 % 3
|
||||||
```
|
```
|
||||||
1. 4
|
1. 4
|
||||||
2. 2
|
2. 2 *CORRECT*
|
||||||
3. 0
|
3. 0
|
||||||
4. 1 *CORRECT*
|
4. 1
|
||||||
|
|
||||||
|
|
||||||
## What's the result of this expression?
|
## What's the result of this expression?
|
||||||
```go
|
```go
|
||||||
|
Reference in New Issue
Block a user