mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-29 06:41:32 +08:00
Merge pull request #2549 from biea008/main
Update java-basic-questions-01.md
This commit is contained in:
commit
2471e2d642
@ -303,7 +303,7 @@ int d = c--;
|
||||
int e = --d;
|
||||
```
|
||||
|
||||
答案:`a = 11` 、`b = 9` 、 `c = 11` 、 `d = 11` 、 `e = 10`。
|
||||
答案:`a = 11` 、`b = 9` 、 `c = 10` 、 `d = 10` 、 `e = 10`。
|
||||
|
||||
### 移位运算符
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user