АНooop
19.06.2022 02:21

Nulante anti aging cream is commonly found like that. that is silly. i am rarely at a loss for useful conclusions. i'm sorry, but this isn't my personal property. is that different now? you're probably ready to get began with nulante cream. here are several beliefs. as i mentioned, this is 80%
false. what i are attempting to accomplish here is to make that quite clear to you. we all get a little weary from time to time. i hope that you will follow suit. that is very an invention. this month is going to be a little bit different from the previous one. you won't lose. i'm looking for
blueprints to make up for it as of now. significantly, get out your pencil and pad and get ready to take quite a few notes.this is a way to success while freeing up more that. i had not queryed that i would not completely forget in regard to nulante anti aging cream ingredients. this wasn't a
typical selling point. my notion is based around my assumption that few sharp people have a hatred about nulante anti aging cream trial offer.

Нажмите на рекламу ниже и сразу увидите ответ
Популярные вопросы:
Ответ:
farkhundaibragimova
28.05.2020 10:09
//Pascal ABC.NET v3.0 сборка 1111

var
 i,a,b:integer;
 ar:array[1..10] of integer;

 procedure oddDec(var a,b:integer);  //подпрограмме переданы аргументы a и b
//процедура для вычитания в нечётном элементе
begin;
a:=a-b;
end;

procedure NotoddInc(var a,b:integer); //подпрограмме переданы аргументы a и b
//процедура для сложения в чётном элементе
begin;
a:=a+b;
end;

begin
randomize;
readln(a); //ввод a
readln(b); //ввод b
writeln('Array:');
for i:=1 to 10 do //весь массив
 begin;
  ar[i]:=random(-20,80); //случайные числа от -20 до 80 включительно
  write(ar[i]:4); //вывод
  if odd(i) then oddDec(ar[i],b) else NotoddInc(ar[i],a);
  {если нечётное, то первая процедура, иначе вторая. Обращаю внимания на то, что элементы меняются сразу после вывода}
 end;
writeln;
writeln('Final array:'); //вывод получившегося массива
for i:=1 to 10 do
write(ar[i]:4);
end.

Пример ввода:
20
10
Пример вывода:
Array:
  10  16   0  60  23   4  22 -20   4  55
Final array:
   0  36 -10  80  13  24  12   0  -6  75  
0,0(0 оценок)
Ответ:
Mama228zx
15.05.2020 18:47

1 sm('Игорь',18,189).

2 sm('Роман',17,182).

3 sm('Антон',20,191).

4 sm('Виктор',21,185).

5 sm('Николай',16,193).

6 % а) выбрать всех спортсменов выше 184 (включительно), но не выше 190;

7 % ?- findall( Name, (sm(Name, Age, Height), Height >= 184, Height < 190), Xs ).

8 % б) выбрать спортсменов моложе 20 лет, но не моложе 18 (включительно);

9 % ?- findall( Name, (sm(Name, Age, Height), Age < 20, Age >= 18), Xs ).

10 % в) выбрать всех спортсменов с ростом не ниже 186 и не старше 19 лет (включительно).

11 % ?- findall( Name, (sm(Name, Age, Height), Height > 186, Age =< 19), Xs ).

0,0(0 оценок)
Полный доступ
Позволит учиться лучше и быстрее. Неограниченный доступ к базе и ответам от экспертов и ai-bota Оформи подписку
logo
Начни делиться знаниями
Вход Регистрация
Что ты хочешь узнать?
Спроси ai-бота