idk if this has been done or not

32. Java



for ( int i = 9; i > 0 ; i-- ) {
system.out.println(10 - i);
}