If we were to convert our above loop into a while statement it would look like: let mut x = 0; while x <= 100 { x += 1; if x % 3 == 0 { println!
確定! 回上一頁