diff --git a/08-numbers-and-strings/01-numbers/questions/01-arithmetic-operators.md b/08-numbers-and-strings/01-numbers/questions/01-arithmetic-operators.md index 3018b16..3122448 100644 --- a/08-numbers-and-strings/01-numbers/questions/01-arithmetic-operators.md +++ b/08-numbers-and-strings/01-numbers/questions/01-arithmetic-operators.md @@ -21,10 +21,9 @@ 8 % 3 ``` 1. 4 -2. 2 +2. 2 *CORRECT* 3. 0 -4. 1 *CORRECT* - +4. 1 ## What's the result of this expression? ```go