В массиве A находятся 10 чисел: 1, -1, 2, 7, 5, 6, 8, 9, 0, 3.

Дан фрагмент программы:

s := 0;
for i := 1 to 10 do
if (A[i] > 2) and (A[i] <= 8) then
s := s + 1;
Чему будет равно значение переменной s после выполнения программы?
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.