Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
Java
medium
Java
if switch loops
Single-choice MCQ
What does this code print?
int x;\nif (false) x = 5;\nSystem.out.println(x);