Berlangganan

About Me


contoh 26

# include <iostream.h>
void main()
{
    int i;

    i=0;
    while (i<10)
    {
        cout<<"C++"<<endl;
        i++;
    }
}

output

C++
C++
C++
C++
C++
C++
C++
C++
C++
C++

0 Response to "contoh 26"

Post a Comment