Tue Oct 24 2023 10:03:27 GMT+0000 (Coordinated Universal Time)
Saved by @usman_hamed
#include <stdio.h> int main() { int n; for(n=2;n<=100;n=n+2){ printf("%d .\n",n); } }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments