Skip to content

Commit 82b576e

Browse files
authored
Merge pull request #2505 from xieliangza/patch-1
Update java-basic-questions-01.md
2 parents 1ba08ab + eb9cd6b commit 82b576e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)