Do -while loop is an exit controlled loop i.e. the condition is checked at the end of loop. It means the statements inside do-while loop are executed at least ...
確定! 回上一頁