What will be the value of y in the following program fragment? int y = 10; If(y++ >9 && y++! = 10 && y++>10)
Reveal answer
Fill a bubble to check yourself
What will be the value of y in the following program fragment? int y = 10; If(y++ >9 && y++! = 10 && y++>10)