Getting Started with Java
This is a 100% free course, but we need you to first join or login to watch this video.
Alright, join or login here.This video shows you how the = operator works in Java. It then introduces you to its variants, the +=, -=, *=, /= and %= operators that take 2 values and perform the operation between the 2 values before storing the result in the value preceding the operator.