Skip to content

Commit

Permalink
Merge pull request Snailclimb#2549 from biea008/main
Browse files Browse the repository at this point in the history
Update java-basic-questions-01.md
  • Loading branch information
Snailclimb authored Dec 1, 2024
2 parents fd47a1c + 2369865 commit 2471e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/java/basis/java-basic-questions-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`。
### 移位运算符
Expand Down

0 comments on commit 2471e2d

Please sign in to comment.