#include<conio.h>
#include<iostream.h>
void main()
{
clrscr();
int a,bil,x;
cout<<"MENAMPILKAN BILANGAN BERURUT DARI TERTINGGI KE TERRENDAH"<<endl;
cout<<"Masukkan Batas tampil = ";
cin>>x;
for (bil=a;bil>=1; bil--)
{
cout<<" ["<<bil<<"] ";
}
getche();
}
No comments:
Post a Comment