Do-While loops will do something while a condition is true. Note the not equal condition for this loop $number -ne '0'. The code below will run ...
確定! 回上一頁