Jumat, 02 September 2016

Contoh Program Nama Dengan C


#include <stdio.h>
#include <conio.h>

main()
{
printf("Nama : Pungki Ana Dewi\n");
printf("NIM : 14.11.7751\n");

getch();
}


Output :


0 komentar:

Posting Komentar