Java tutorial
public class Main { public static void main(String args[]) { for (int n = 10; n > 0; n--) System.out.println("n:" + n); } }]]>