#include main () { int i = 2; if (i > 2) { printf ("worked"); } else { printf ("Didn't"); } for (i = 2; i < 20; i++) printf ("%d", i); }