What's a* =i in java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What's a* =i in java?

1st Feb 2017, 4:52 PM
othman
othman - avatar
5 Answers
+ 10
a = a * i; //shortcut
1st Feb 2017, 4:54 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 1
its a compound operator
1st Feb 2017, 5:31 PM
Mohsen
Mohsen - avatar
+ 1
@Mohsen,what is it mean?
1st Feb 2017, 7:30 PM
othman
othman - avatar
+ 1
@otman its assigning a value to arithmetic operators
2nd Feb 2017, 2:29 PM
Mohsen
Mohsen - avatar
+ 1
@Mohsen,thank you for your help.
2nd Feb 2017, 2:44 PM
othman
othman - avatar