Skip to content

Commit eb9cd6b

Browse files
authored
Update java-basic-questions-01.md
1 parent 1ba08ab commit eb9cd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/basis/java-basic-questions-01.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ int d = c--;
300300
int e = --d;
301301
```
302302
303-
答案:`a = 11` 、`b = 9` 、 `c = 10` 、 `d = 10` 、 `e = 10`。
303+
答案:`a = 11` 、`b = 9` 、 `c = 11` 、 `d = 11` 、 `e = 10`。
304304
305305
### 移位运算符
306306

0 commit comments

Comments
 (0)