LY
Size: a a a
LY
M
FM
AC
SD
SD
FM
B
AS
AS
EB
B
AS
AS
O
FM
value = 15;
try {
assert value < 0;
System.
out.println(
"Value is " + value);
}
catch(AssertionError e){
throw e;
}
Почему у меня
всегда try отрабатывает ?FM
AC
value = 15;
try {
assert value < 0;
System.
out.println(
"Value is " + value);
}
catch(AssertionError e){
throw e;
}
Почему у меня
всегда try отрабатывает ?FM
MK
value = 15;
try {
assert value < 0;
System.
out.println(
"Value is " + value);
}
catch(AssertionError e){
throw e;
}
Почему у меня
всегда try отрабатывает ?