The do-while loop is similar to while loop except one key difference. A do-while loop first execute the body of do block after that it check the condition of ...
確定! 回上一頁