#include #include main() { int cont = 0; while (cont<100){ cont ++; printf("%d\t", cont); } printf("\n"); system("pause"); }