An infinite do-while loop can be achieved in two different ways: by setting the condition statement as true (while(true)) or by not adding the ...
確定! 回上一頁