fix: newline in question markdowns

This commit is contained in:
Inanc Gumus
2018-10-19 20:38:00 +03:00
parent dc4aaea4fa
commit dc7588fc5c
7 changed files with 2 additions and 101 deletions

View File

@ -125,11 +125,11 @@ func main() {
5. `weight = int(float64(weight) * factor)` *CORRECT*
> **1:** It can be fixed.
>
>
> **2:** Type mismatch: weight is int.
>
> **3:** Lost precision: factor will be 1.
>
>
> **4:** Type mismatch: weight is int (cannot assign back).
>
> **5:** That's right. The result would be 750.