# include <iostream.h>
void tampilkan_judul();
void main ()
{
tampilkan_judul();
}
void tampilkan_judul()
{
cout<<" Universitas Sriwijaya "<<endl;
cout<<" Kampus diploma "<<endl;
cout<<" Jalan Srijaya Negara Bukit Besar "<<endl;
cout<<" Palembang 30139 "<<endl;
}
output
universitas sriwijaya
kampus diploma
jalan sriwijaya bukit besar
palembang 30139
Friday, 13 January 2012
CPP
0 Response to "contoh 33"
Post a Comment