<script> var x = 10; var y = 4; var z = 10 + x / y; document.write(z); </script>
- 난이도(1~10) : 1
12.5