Dim summa, n, otvet
summa=0
For i=1 to 25
input "Введите число: ", n
If n > 0 and n\4=0 Then
summa = summa + n
End if
Next i
otvet = summa / 25
Print otvet
Dim summa, n, otvet
summa=0
For i=1 to 25
input "Введите число: ", n
If n > 0 and n\4=0 Then
summa = summa + n
End if
Next i
otvet = summa / 25
Print otvet