Jasminebetanc1513 Jasminebetanc1513 12-04-2019 Computers and Technology contestada 1. What will the println statement in the following program segment display? int x = 5; System.out.println(x++); a. 5 b. 6 c. 0 d. None of these