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 30 // program kontinue dan break # include <iostream.h> void main() { int i… Read More...contoh 32 # include <iostream.h> double hasil ( int A, int B); void main () { int x,y; … Read More...contoh 33 # include <iostream.h> void tampilkan_judul(); void main () { tampilkan_j… Read More...contoh 31 # include <iostream.h> void main () { cout<<"tes to go"<<endl… Read More...contoh 29 // program membentuk segitiga # include <iostream.h> void main() { int tinggi, … Read More...
0 Response to "contoh 2"
Post a Comment