Berlangganan

About Me


contoh 33

# 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

0 Response to "contoh 33"

Post a Comment