@@ -247,7 +247,7 @@ switch(task){
var result = quantity / ex;
alert(result.toFixed(2) + " " +cur);
break;
- }
+}
```
### Задание на черный пояс