Search the Whole World Here.,.,

What will be the output of the following program code?

int m = 100;
int n = 300;

while (++m < --n);

System.out.print(m+" " +n);


EmoticonEmoticon