You are setting the initial value of *number* to 11. The while loop runs when *number* is snaller than 10, so it doesn't run a single time, thus *number* retains its original value.
↧