Computer Science, asked by anoushkaatulasi, 1 year ago

In java 2-- + 3++ + 4--+1 = ?

Answers

Answered by zakas
0
10 is the answer.
I hope it is right answer
Answered by Anonymous
0

Hi

FYI, we cannot use increment and decrements, post or pre suffixes on numbers, you have to store that numbers in variables to do so. Hence the question is incorrect.


Similar questions