#include<stdio.h> int main() { int counter=10; int result=20; for(counter=10;counter<=result;counter++){ printf("%d\n",counter); } }