Then, exit the loop using a break statement. limit = 0.8; s = 0; while 1 tmp = rand; if tmp > limit break end s = s + tmp; end ...
確定! 回上一頁