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 16 # include <iostream.h> void main () { char nama[100]; // Deklarasi varia… Read More...contoh 15 # include <iostream.h> void main () { int m = 26, n = 82; &nb… Read More...contoh 17 // program untuk mempertukarkan nilai A dengan nilai B # include <iostream.h> void main () {… Read More...contoh 18 # include <iostream.h> # include <conio.h> void main () { int nilai; clrsc… Read More...contoh 19 // contoh penggunaan if # include <iostream.h> void main() { int usia; &… Read More...
0 Response to "contoh 27"
Post a Comment