Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumJavaif switch loopsSingle-choice MCQ

What does this code print?

int x;\nif (false) x = 5;\nSystem.out.println(x);