Task 2
Задача
What values will the elements of the array A[3] and A[4] take after the execution of the sequence of operators, if initially
A[3] = 5
A[4] = 6
A[3] = A[4]
A[4] = A[3]
In your answer, indicate the value of A[3] and A[4] separated by commas.
Выберите правильный ответ, либо введите его в поле ввода
Комментарий учителя