fix: 08-numbers-and-strings/01-numbers/questions/01-arithmetic-operators.md question 3

This commit is contained in:
Inanc Gumus
2018-11-06 22:42:25 +03:00
parent e3b6c755eb
commit a7e791e8fe

View File

@ -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