while迴圈 ... while( A.條件式) { B.當條件成立時,就重覆做的事... } ... int main() { int n; int i; cin >> n; i = 1; while( i <= n ) { cout << "No.
確定! 回上一頁