public class Tester { public static void main(String[] args) { int x = 1; int y=0; while(++x<5) y++; System.out.println(y); } }
public static void main(String[] args) {
int x = 1;
int y=0;
while(++x<5) y++;
System.out.println(y);
}
Oracle Certified Professional Java Programmer
Access: Public Instant Grading
Jobilize.com uses cookies to ensure that you get the best experience. By continuing to use Jobilize.com web-site, you agree to the Terms of Use.