class Test { void test() { final String str = "atata"; do { System.out.println(); } while (Math.random() > 0.5); System.out.println(str); } }