int a=5, b=4; a+=b; a++; b+= ++a * b; System.out.println(b);
Write the value of "b".
Answers
Answered by
0
Answer:
int a=5, b=4; a+=b; a++; b+= ++a * b; System.out.println(b);
Write the value of "b".
Explanation:
int a=5, b=4; a+=b; a++; b+= ++a * b; System.out.println(b);
Write the value of "b".
Similar questions
Math,
3 hours ago
Math,
3 hours ago
Social Sciences,
5 hours ago
Science,
8 months ago
Science,
8 months ago