Update typo
This commit is contained in:
@ -16,7 +16,7 @@ long b = a;
|
|||||||
Umwandlung in einen kleineren Wertebereich ist nur **explizit** möglich.
|
Umwandlung in einen kleineren Wertebereich ist nur **explizit** möglich.
|
||||||
```java
|
```java
|
||||||
int d = 3;
|
int d = 3;
|
||||||
byte c = (byte) (a);
|
byte c = (byte) (d);
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user