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
English,
18 days ago
English,
18 days ago
Social Sciences,
1 month ago
Science,
9 months ago
Science,
9 months ago