#include int main() { int numb; for (numb = 1; numb <= 10; numb++ ) { printf("%d\n",numb); } return 0; }