The do...while loop works in the same manner as the while loop, ... the DO WHILE loop: i = "); Serial.println(i); i++; // increase i by 1 } while (i < 5); ...
確定! 回上一頁