✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Given the following array:
int[] arr = {10, 20, 30, 40, 50};
If we delete the element 30 and shift the remaining elements to the left without setting a default or placeholder value at the end, what will the array look like?