Question 1 of 1010%
Java Basics and Syntaxeasy

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

Select one: