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

public class sm1

{
public static void main(String args[])
{
int z=2;
if(z<10)
System.out.printf("There is no problem");
while(z<5)
System.out.printf("This is cool");
}
}

You might also like