Program angka bertingkat IQBAL 00.25 Program angka bertingkat selamat mencoba : #include <iostream.h> #include <conio.h> main() { int a; cout<<"masukkan batas : ";cin>>a; for ( int b=a; b>=1; b--) { for(int i=b;i>=1;i--) { cout<<b*i<<" "; } cout<<endl; } getch();} Share this Share on FacebookTweet on TwitterPlus on Google+
EmoticonEmoticon