Home java value + = in java

value + = in java

Author

Date

Category

What does + = in this line mean?
s + = (y = v.eval (i ++));


Answer 1, Authority 100%

s = s + (y = v.eval (i ++));

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions