Friday, 13 January 2012 CPP 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 Posted by aspire_wanz Tweet
0 Response to "contoh 28"
Post a Comment