Assignment Operators in Java
In this class, We discuss Assignment Operators in Java.
The reader should have prior knowledge of shift operators. Click here.
Equal to symbol is used for the assignment operator.
Assignment operator =
a=2, the value 2 is assigned to the variable a.
a=b, the value in b is assigned to the variable a.
a+=2 is same as a= a+2. we can write a shortcut.
a-=2 is the same as a= a-2
a*=b is the same as a= a*b
a/=2 is the same as a=a/b
a%=2 is the same as a= a%2
a&=2 is same as a = a&2
a|=2 is same as a = a|2
a^=2 is same as a = a^2
aleftshift=1 is same as a = aleftshift1
arightshift=1 is same as a = arightshift1
arightshift=1 is same as a = arightshift1
Link for playlists:
/ @wisdomerscse
Link for our website: https://learningmonkey.in
Follow us on Facebook @ / learningmonkey
Follow us on Instagram @ / learningmonkey1
Follow us on Twitter @ / _learningmonkey
Mail us @ learningmonkey01@gmail.com
Auf dieser Seite können Sie das Online-Video Assignment Operators in Java || Lesson 11 || Java Programming || Learning Monkey || mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Wisdomers - Computer Science and Engineering 12 April 2023 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 1,274 Mal angesehen und es wurde von 13 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!