В
Все
М
Математика
О
ОБЖ
У
Українська мова
Х
Химия
Д
Другие предметы
Н
Немецкий язык
Б
Беларуская мова
М
Музыка
Э
Экономика
Ф
Физика
Б
Биология
О
Окружающий мир
У
Українська література
Р
Русский язык
Ф
Французский язык
П
Психология
О
Обществознание
А
Алгебра
М
МХК
Г
География
И
Информатика
П
Право
А
Английский язык
Г
Геометрия
Қ
Қазақ тiлi
Л
Литература
И
История

Use the word in brackets at the end of each sentence to form a new adjective that fits in each blank. 1. He never has anything to say when he gets up to speak (CONSTRUCT). 2. Going by plane is to travelling by car. (PREFER) 3. The lesson was so ,we almost fell asleep. (BORE) 4. people never talk about the money they have. (WEALTH) 5. City authorities are cutting down trees for parking space (ADDITION). 6. It's to go out in the wild all on your own. (DANGER) 7. A new centre is planned on the far end of the city. (INDUSTRY) 8. jobs are very rare in this part of the country. (ATTRACT) 9. The scenery is so around here. It's lovely. (BEAUTY) 10.1 felt that the performance was quite (AMUSE) 11.1 hope it will stay dry for the match, but I am rather (DOUBT) 12.Children are very when they are young. (CREATE) problems. That's why they 13. The town is facing serious from the government (FINANCE) 14.Come on, be You can never win against him. (REASON) 15. He is so He always breaks things and never picks them up. (CARE) so police arrested him. (SUSPECT) way of exercising. (EFFECT) 16.His behaviour was very 17.Nordic walking is a very. 18. Many African colonies became. after World War II (DEPEND) 19.We are very, and enjoy playing strong teams. (COMPETE) We didn't like it (DISAPPONT) 20. The film was very​


Use the word in brackets at the end of each sentence to form a new adjective that fits in each blank

Показать ответ
Ответ:
NoProblem75
NoProblem75
13.02.2023 15:26

I’ll never forget …having sailed (sail) down the Volga on that lovely summer day.

I am so sorry; I forgot …letting (let) you know.

Don’t forget …to remind (remind) them about the party.  

I remember …having seen (see) you somewhere.  

Did you remember …to water.. (water) the plants today?  

I’m sorry …………to…interruping……….. (interrupt), but can I ask you something?

Bob was sorry for …………has……shout…….. (shout) at his little sister.

He stopped ……………to smoke……….. (smoke) when he realised how dangerous it was.

Amanda stopped ………………his …….. (have) a quick snack and then continued translating the article.

\

You should try ……………exercising……….. (exercise), you may feel better.

Объяснение:

0,0(0 оценок)
Ответ:
hromovaalyona2
hromovaalyona2
08.12.2022 10:25

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

#include <stdio.h>

#include <stdlib.h>     // предоставляет rand() и srand()

#include <time.h>       // предоставляет time()

 

// число строк в массиве:

#define M 5

// длина каждой строки:

#define N 7

 

int main ()

{

   srand(time(NULL));      // новая точка отсчета рнд

   int B[M][N];            // массив

   int cnt;                // число отрицательных

   int i, j;

 

   // заполняем массив случайными:

   for (i=0; i<M; i++)

       for (j=0; j<N; j++)

           B[i][j] = rand() %21 - 10;

 

   // считаем отрицательные:

   for (i=0; i<N; i++)

   {

       cnt = 0;        // перед каждым новым столбцом сбрасываем счетчик отрицательных

       for (j=0; j<M; j++)

           if (B[i][j] < 0) cnt++;

       printf("column #%i, count is: %d\n", i, cnt);

   }

 

   return 0;   // конец программы

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