since a while loop only runs if its condition is true, you can connect multiple conditions with the Boolean and (&&) while(condition1 ...
確定! 回上一頁