Friday, 13 January 2012 CPP contoh 27 # include <iostream.h> void main() { int i; i-0; do { cout<<"c++"<<endl; i++; } while (i<10); } output C++ 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 5 # include <iostream.h> # include <string.h> void main () { cout<… Read More...contoh 4 # include <iostream.h> void main () { int n; cout<&… Read More...contoh 3 # include <iostream.h> void main () { const float phi = 3.14; &nbs… Read More...contoh 6 # include <iostream.h> void main () { int n=66; cout&l… Read More...
0 Response to "contoh 27"
Post a Comment