Berlangganan

About Me


contoh 28

// program untuk mencetak angka
# include <iostream.h>
void main()
{
    int i;

    for(i=1; i<=10;i++)
    cout<<i<<" "<<endl;
}

output

1
2
3
4
5
6
7
8
9
10

0 Response to "contoh 28"

Post a Comment