Class Natural Numbers

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

class Natural_numbers{

public static void main(String[] args)


{

for(i=1;i<=10;i++);
{
System.out.println(i);
}
}
}

You might also like