✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
In the following program, we assume that all variables are correctly declared and initialized. Which of the following statements is necessarily true?
if (a < b) {
result = a;
} else {
result = b;
}