+ 7
Operators
int x=5 int x=5 x++=? --x=?
5 Answers
+ 3
X++=5, --x=0
+ 2
x++ = 5 and --x = 4
0
x++; and x--;
0
X++=6. --x=4
Hot today
I have made a calculator in which my % (Percentage) not work correctly for 100%50 or 100%20.
0 Votes
Тренажер кода
0 Votes
Python palindrome challenge.
1 Votes
Java
0 Votes