Search the Whole World Here.,.,

What output does the below code fragment produce?

int ch = 20;

System.out.print(++ch);
System.out.print(ch);

Please Comment The Answer Fast.,.,