1Z0-808 Web TestEngine demo

Exit VCEDump 1Z0-808 Java SE 8 Programmer I
Question 51 of 58
0% complete
Q51 Single choice

Given:

public class Test {

static boolean bVar;

public static void main(String[] args) {

boolean bVar1 = true;

int count =8;

do {

System.out.println("Hello Java! " +count);

if (count >= 7) {

bVar1 = false;
}

}
while (bVar != bVar1 && count > 4);

count -= 2;

}

}

What is the result?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in