In do-while loop we first execute the body of the loop then we check the condition. So, it is an exit controllde loop. The while loop will execute 0 or N times ...
確定! 回上一頁