+ 1
30th Apr 2019, 4:10 PM
Gustavo

1 Antwort
Häufig solche Fragen?
Effizienter lernen, kostenlos:
Heute heiß
C++ Vectors
0 Votes
Active learner
0 Votes
Code challenge
0 Votes
A Little Question Here!
1 Votes
Why: int x = 8; int y = 7; x++; x += - -y Why is that 16? Isn’t that 15?