Friday, 13 January 2012 CPP contoh 16 # include <iostream.h> void main () { char nama[100]; // Deklarasi variabel nama cout<<"Masukan Nama Anda : "; cin>>nama; //Meminta user menginisialisasi variabel nama cout<<"Nama anda adalah "<<nama; } output Masukan nama anda :alwan nama anda adalah alwan Posted by aspire_wanz Tweet Related Posts :contoh 8 # include <iostream.h> void main () { int m = 82, n = 26; &n… Read More...contoh 5 # include <iostream.h> # include <string.h> void main () { cout<… Read More...contoh 7 # include <iostream.h> typedef struct { int tahun; &n… Read More...contoh 6 # include <iostream.h> void main () { int n=66; cout&l… Read More...contoh 9 # include <iostream.h> void main () { int m = 5, n =7; … Read More...
0 Response to "contoh 16"
Post a Comment