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

Related Posts :

  • KONSEP DASAR BAHASA C KONSEP DASAR BAHASA C 3 Tujuan Instruksi Umum (TIU): Mampu menghasilkan program yang mengguna… Read More...
  • FUNGSI REKURSIF FUNGSI REKURSIF 11 Tujuan Instruksi Umum (TIU): Mampu memahami konsep pemrograman modular dan … Read More...
  • KONSEP TIPE DATA KONSEP TIPE DATA 4 Tujuan Instruksi Umum (TIU): Mampu mendeklarasikan variabel dan konstanta d… Read More...
  • ARRAY ARRAY 12 Tujuan Instruksi Umum (TIU): Mampu memahami konsep tipe data array dan mampu mengimpl… Read More...
  • POINTER Hasil Running: Input jumlah elamen(maksimum 5) : 3 x[1][1] = 25 x[1][2] = 56 x[1][3] = 12 x[2][1… Read More...

0 Response to "contoh 33"

Post a Comment