Program to print numbers from 1 to 10 using while loop*/ #include int main(void) { int i=1; while(i<=10) { printf(
確定! 回上一頁