Computer Science, asked by arpitaduttaarp87, 5 hours ago

int a=5, b=4; a+=b; a++; b+= ++a * b; System.out.println(b);
Write the value of "b".​

Answers

Answered by dm1217569
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