The problem is the line let x = 2.0 * x;. let introduces a new variable, the original x is not modified. The next loop iteration will then ...
確定! 回上一頁