Массив A[1]=25, A[2]= -11, A[3]=10, A[4]=12, A[5]= -12, A[6]=3, A[7]=11, A[8]=9.
Определите значение переменной k после выполнения следующего фрагмента программы:
k:=0;
for i:=1 to 6 do
if A[i]<=10 then
k:=k+i;

В ответ запишите значение переменной k.
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.