Membuat Garis Sederhana
Posted by Budi Arieyanto | Posted in Borlant C++ | Posted on 02.56
#include<conio.h>
#include<stdio.h>
#include<iostream.h>
garis()
{
printf("\n__________________________________\n");
cout<<"\n";
}
main()
{
clrscr();
garis();
cout<<"TEKNIK INFORMATIKA UIN SGD BANDUNG"<<endl;
garis();
getche();
}


Comments (0)
Posting Komentar