In C++, the division operator, /, returns an integer result when it is applied to two integers; for instance, 11/5 equals 2. However, in our interpreter, the result is 2.2. Modify this interpreter so that division works the same way as in C++.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.