This is default featured post 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured post 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured post 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured post 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured post 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Kamis, 20 September 2012

Menampilkan Nama,Nim,Kelas


#include <iostream>
#include <cstdlib>

using namespace std;

int main()
{
char x[20];
char y[12];
char z[15];
cout<<" Masukkan Nama anda :";
cin>>x;
cout <<" Masukkan Nim anda :";
cin>>y;
cout <<" Masukkan kelas anda :";
cin>>z;
cout <<" Nama anda adalah:"<<x;
cout <<" Nim anda adalah:"<<y;
cout <<" Kelas anda adalah:"<<z;

system ("PAUSE");
    return EXIT_SUCCESS;
}

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More