WHAT WILL BE THE OUTPUT OF a & b if int a,b; a=10; and b=a++
Answers
Answered by
5
Answer:
the output 10,11 is the answer
Explanation:
Answered by
3
Answer:
b=a++ + ++a; a++ means 10 but it will increase it value if it is ... ++a means increase value of a immediately. ... [] args) { int a=10,b; b= a++ + ++a; System.out. println(b); } }.
Explanation:
hope it will help you please mark me as brainlist and follow me
Similar questions
Geography,
4 months ago
Computer Science,
9 months ago
Math,
9 months ago
Social Sciences,
1 year ago
English,
1 year ago