Question 1 of 303%
Java Basics and Syntaxeasy

A developer writes the following code: int x = 5; System.out.println(x++); What is the output?

Select one: