You are on page 1of 1

class a { public static void main(strings args[]) { int m=100; int n=103; while(++m<=--n); { System.out.

print(m); } } }

You might also like