Unlike in while and for loop, in do-while loop the statements inside do block gets executed atleast once. After executing the statements present in do block ...
確定! 回上一頁