0
it's in the name [short]. they're provided to write shorter code and avoid redundancy. but you can always use the long way if you like. i.e: to add 2 to a variable. int var = 5; long version : var = var + 2; short : var += 2;
5th Apr 2020, 9:31 AM
Bahha┣
Bahha┣ - avatar