Membuat Garis Sederhana Bagian 2
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";
}
void tampilkan_judul()
{
garis();
cout<<" UNIVERSITAS ISLAM NEGERI"<<endl;
cout<<" SUNAN GUNUNG DJATI BANDUNG"<<endl;
cout<<"PROGRAM STUDI TEKNIK INFORMATIKA"<<endl;
cout<<" FAKULTAS SAINS DAN TEKNOLOGI"<<endl;
garis();
}
void main()
{
tampilkan_judul();
getch();
}


Comments (0)
Posting Komentar