Дан фрагмент программы:
int j = 1;
for( int i=0; i
if( A[i] == A[j] )
j = i;
При каком условии после выполнения этого фрагмента получится j = 0? j = 3? j = N – 1?
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.