8 lines
85 B
Plaintext
8 lines
85 B
Plaintext
![]() |
[source,java]
|
||
|
----
|
||
|
if (condition1) {
|
||
|
// ...
|
||
|
} else if (condition2) {
|
||
|
//...
|
||
|
}
|
||
|
----
|