Computer Science, asked by pragyatripathi66, 9 months ago

write in Java about shorthand operators​

Answers

Answered by Pɪᴋᴀᴄʜᴜɢɪʀʟ
2

It's called shorthand because it provides a short way to assign an expression to a variable.

...

Java OOPs.

OperatorMeaning%=Modulus then assigns<<=Binary Left Shift and assigns>>=Binary Right Shift and assigns>>>=Shift right zero fill and assigns

Similar questions