Jumat, 02 September 2016

Contoh Program Nama Dengan C++


#include <iostream.h>
#include <conio.h>

main()
{
cout<<"Nama : Pungki Ana Dewi"<<endl;
cout<<"NIM : 14.11.7751"<<endl;

getch();
}


Output :


0 komentar:

Posting Komentar