Home
About
Contact
Berbagi ilmu itu indah
Home
Business
Post With Featured Image
Post With Slider
Post with SoundCloud
Post With Video
Technology
Authors
Sitemap
Tags
Timeline
Life & Style
Games
Full Width
Right Sidebar
Left SIdebar
Sports
Stars
Points
Percent
in The Top
Error Page
Breaking News
Thursday, April 24, 2014
Contoh program c++ untuk membuat barisan angka bertingkat
#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 !
Tweet
Designed By