x = 0;while (x < 3){ printf("x = %d\n",x); x++;}
Algorithm made me Cool. . .
do { statements;} while (condition);