Assignment Operators in Java || Lesson 11 || Java Programming || Learning Monkey ||

Published: 12 April 2023
on channel: Wisdomers - Computer Science and Engineering
1,274
13

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


On this page of the site you can watch the video online Assignment Operators in Java || Lesson 11 || Java Programming || Learning Monkey || with a duration of hours minute second in good quality, which was uploaded by the user Wisdomers - Computer Science and Engineering 12 April 2023, share the link with friends and acquaintances, this video has already been watched 1,274 times on youtube and it was liked by 13 viewers. Enjoy your viewing!