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
0 Response to "contoh 2"
Post a Comment