✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Результат компіляції частини програмного коду:
int array [] = {1, 0 ,6 ,7 ,5};
System.
out.print(array [0]+" "+array[1]+ "
"+array[2]+" "+array[3]+"
"+array[5]);