• Информатика, массивы. Составление программы, блок схемы,

Ответы 1

  • 1. Program Code: program Find_Indexes; {Declare variables} var array_of_integers : array[1..10] of integer; i, index : integer; begin {Initialize the array} array_of_integers[1] := 1; array_of_integers[2] := 4; array_of_integers[3] := 3; array_of_integers[4] := 8; array_of_integers[5] := 6; array_of_integers[6] := 2; array_of_integers[7] := 9; array_of_integers[8] := 7; array_of_integers[9] := 5; array_of_integers[10] := 10; {Find the indexes of the elements whose value is greater than the value of the previous element (starting from the second one)} for i := 2
  • Добавить свой ответ

Войти через Google

или

Забыли пароль?

У меня нет аккаунта, я хочу Зарегистрироваться

How much to ban the user?
1 hour 1 day 100 years