Friday, 13 January 2012 CPP contoh 4 # include <iostream.h> void main () { int n; cout<<n<<endl; // n sebagai variabel } Posted by aspire_wanz Tweet Related Posts :contoh 14 # include <iostream.h> void main () { int m = 166; cou… Read More...contoh 16 # include <iostream.h> void main () { char nama[100]; // Deklarasi varia… Read More...contoh 18 # include <iostream.h> # include <conio.h> void main () { int nilai; clrsc… 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...
0 Response to "contoh 4"
Post a Comment