C# do-while loop works in the same way as the while loop, except that it always performs at least one iteration at the start even if the condition is false.
確定! 回上一頁