Berlangganan

About Me


contoh 27

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

output

C++

0 Response to "contoh 27"

Post a Comment