Computer Science, asked by lathaganesh7, 10 months ago

. int x , y = 1; x = 10; System.out.println( (x != 10 && x / 0 == 0) ? y : y++);Immersive Reader (2 Points)

Answers

Answered by anindyaadhikari13
3

Answer:

The output will be 1.

Explanation:

I hope this will help you..Please mark this answer as the brainliest.

Similar questions