Give Output of the following: int a=4; a=a++ * ++a%2; System.out.println(a);
Answers
Answered by
2
working: a = 4 × 6 % 2 = 24 % 2 = 0
answer: 0
Similar questions
Physics,
1 month ago
Computer Science,
3 months ago
History,
3 months ago
Science,
9 months ago
Computer Science,
9 months ago