#include <iostream> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ using namespace std; int main() { int a; for(int a=100;a>=1;a--){ { printf("%d\t", a); } } return 0; }