Exercise : Write a c++ program to print the numbers from 10 to 0 using for loop. Notes: for (;;) Infinite Loop for (int x=1;x==0;) Infinite Loop.
確定! 回上一頁