Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardJavasend and public_sendSingle-choice MCQ

What does this snippet output?

int i = 5; int s = i++ + ++i; System.out.println(i);