Contoh program c++ untuk membuat barisan angka bertingkat by: Unknown No comments Share This: Facebook Twitter Google+ Stumble Digg #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();} Kirimkan Ini lewat EmailBlogThis!Bagikan ke XBerbagi ke Facebook
0 komentar:
Posting Komentar