while loops use only Boolean expression and when it is true. So when it gets true it'll execute until it gets false. while(false) means the ...
確定! 回上一頁