Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

java +=

// The addition assignment operator ( += ) adds the value of the
// right operand to a variable and assigns the result to the variable.
 
PREVIOUS NEXT
Tagged: #java
ADD COMMENT
Topic
Name
8+7 =