Friday, 13 January 2012 CPP contoh 26 # include <iostream.h> void main() { int i; i=0; while (i<10) { cout<<"C++"<<endl; i++; } } output C++ C++ C++ C++ C++ C++ C++ C++ C++ C++ Posted by aspire_wanz Tweet Related Posts :contoh 23 # include <iostream.h> void main () { int m =166; if (m>1000) &n… Read More...contoh 21 # include <iostream.h> void main () { int usia; cout << "berapa usia and… Read More...contoh 20 # include <iostream.h> void main () { int m = 166; if(m == … Read More...contoh 22 # include <iostream.h> void main () { int m =166; if (m>1000) &n… Read More...contoh 24 # include <iostream.h> void main () { int m = 166; if (m > 1000) … Read More...
0 Response to "contoh 26"
Post a Comment