int x = 4; while (x > 0){ if (x % 2 == 0) Console.WriteLine(x); x--; }
Standard input is empty
4 2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!