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
Nesta página do site você pode assistir ao vídeo on-line Assignment Operators in Java || Lesson 11 || Java Programming || Learning Monkey || duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Wisdomers - Computer Science and Engineering 12 Abril 2023, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 1,274 vezes e gostou 13 espectadores. Boa visualização!