Search the Whole World Here.,.,

Find out errors, if any:

m = 1;
n = 0;

for(; m + n < 19; ++n)
System.out.print("Hello \n");
m = m + 10;


EmoticonEmoticon