Berlangganan

About Me


contoh 27

# include <iostream.h>
void main()
{
 int i;
 i-0;
 do
 {
    cout<<"c++"<<endl;
    i++;
 }
 while (i<10);
}

output

C++

Related Posts :

  • 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...
  • FLOWCHART FLOWCHART 2 Tujuan Instruksi Umum (TIU): • Mampu memahami suatu masalah dan mampu mencari solu… Read More...
  • ARRAY ARRAY 12 Tujuan Instruksi Umum (TIU): Mampu memahami konsep tipe data array dan mampu mengimpl… Read More...
  • pendahuluan algoritma   Tujuan Instruksi Umum (TIU): · Mampu memahami suatu masalah dan mampu mencari solusi … Read More...
  • KONSEP DASAR BAHASA C KONSEP DASAR BAHASA C 3 Tujuan Instruksi Umum (TIU): Mampu menghasilkan program yang mengguna… Read More...

0 Response to "contoh 27"

Post a Comment