Contoh perulangan (for) Get link Facebook X Pinterest Email Other Apps May 23, 2012 #include <iostream.h> #include <conio.h> main() { int n; cout << "Start mulai angka="; for(n=10;n>0;n--) { cout <<n<<","; } cout <<"stop "; getch(); } Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment