8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
|
test{
|
||
|
int x = 3;
|
||
|
if (x=3){
|
||
|
int y = x;
|
||
|
}else{
|
||
|
int y = (x + 5);
|
||
|
}
|
||
|
}
|