Skip to content

Commit

Permalink
fix cat
Browse files Browse the repository at this point in the history
  • Loading branch information
bkleinen committed Oct 27, 2023
1 parent 1f45edd commit cd89218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo/content/classes/ws2023/info1/labs/exercise-03.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public int refundBalance() {
| Expression | Value                            | Type                            |
|:--------------------------------|:------|:-----|
| ```99 + 3``` | ||
| ```"cat + "fish"``` | | |
| ```"cat" + "fish"``` | | |
| ```"cat" + 9``` | | |
| ``` 9 + 3 + "cat" ``` | | |
| ```"cat" + 3 + 9 + "fish"``` | | |
Expand Down

0 comments on commit cd89218

Please sign in to comment.