Computer Science, asked by manthanjadhav10, 11 months ago

what is i-- in Java programming?​

Answers

Answered by Anonymous
1

decrement operator is i- - in java programming

eg

if

i=5

i- -

then value store in i is 4

Similar questions