http://www.iconj.com/generator.php
Diberdayakan oleh Blogger.
RSS

BIODATA

#include<conio.h>
#include<stdio.h>
#include<iostream.h>
main()
    {
   clrscr();
   char nim[10],nama[20],ttl[10],alamat[30],kelas[10],hoby[10],smt;
   puts("\BIODATA KU");
   puts("**********************************");
   printf(" NIM    : ");gets(nim);
   printf(" Nama Lengkap    : ");gets(nama);
   printf(" TTL: ");gets(ttl);       
   printf(" Alamat: ");gets(alamat);
   printf(" Kelas: ");gets(kelas);
   printf(" Hoby: ");gets(hoby);
   cout<<" semester :";cin>>smt;
clrscr();
    printf("NIM ANDA    :%s\n",nim);
   cout<<"NAMA ANDA    :"<<nama<<endl;
   printf("Anda Semester:%c\n",smt);
   cout<<"TTL :"<<ttl<<endl;
   cout<<"Alamat :"<<alamat<<endl;
   cout<<"anda kelas    :";cin>>kelas;
   printf(" HOby    :");gets(hoby);
   getch();
   }


  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • RSS

0 komentar:

:10 :11 :12 :13
:14 :15 :16 :17
:18 :19 :20 :21
:22 :23 :24 :25
:26 :27 :28 :29
:30 :31 :32 :33
:34 :35 :36 :37
:38 :39 :40 :41
:42 :43 :44 :45

Posting Komentar