From a7e791e8fefbed6cd99ee0035b870588933b15f0 Mon Sep 17 00:00:00 2001 From: Inanc Gumus Date: Tue, 6 Nov 2018 22:42:25 +0300 Subject: [PATCH] fix: 08-numbers-and-strings/01-numbers/questions/01-arithmetic-operators.md question 3 --- .../01-numbers/questions/01-arithmetic-operators.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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