Friday, 13 January 2012 CPP contoh 2 # include <iostream.h> void main () { int n; n=66; // sama juga jika di tulis int n=66; cout<<n<<endl; // n sebagai variabel cout<<'n'<<endl; // end sebagai karakter } Posted by aspire_wanz Tweet Related Posts :contoh 2 # include <iostream.h> void main () { int n; n=66; // sama juga jika di tulis int n=66; &nbs… Read More...contoh 3 # include <iostream.h> void main () { const float phi = 3.14; &nbs… Read More...contoh 1 # include <iostream.h> void main () { cout<<" Hai, Selamat menggu… Read More...IX. KELAS Normal 0 false false false EN-US X-NONE X-NONE … Read More...contoh 4 # include <iostream.h> void main () { int n; cout<&… Read More...
0 Response to "contoh 2"
Post a Comment