настёнканяш
04.01.2020 06:58

Fill in the gaps with the Present Simple.

1 Training of a pharmacist ... (include) many subjects common to

the medical curriculum.

He (not/study) at the medical faculty.

2

3 Chemistry... (be) an interesting subject.

4 How long... studies (last) at the medical faculty? 5 When... (your classes/be over/usually)?

6 Our library... (have) many medicine books. 7 They...(not/attend) classes regularly.

8 Who (treat) people for different diseases? 9 Dentists say that sweets... (not/be) good for our teeth.

2 Make questions and negations as in the example.

1 The university maintains ties with medical schools of other coun

tries.

Does the university maintain ties with medical schools of other coun

tries?

The university doesn't maintain ties with medical schools of other countries. 2 Citizens of Europe, Asia, Africa, and Latin America study at this

university. 3 Our university trains doctors of different specialties. 4 Scientists research into the causes of cancer.

5 The government rewards scientists for their achievements.

6 The university has good facilities for learning languages.

7 The equipment of this laboratory takes time and money.

8 He takes this medicine twice a day.

9 Local naturalists help him in his research.

10 Languages are an essential part of a school curriculum.

Нажмите на рекламу ниже и сразу увидите ответ
Популярные вопросы:
Ответ:
sirghiina
03.02.2020 19:55

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 оценок)
Ответ:
Ninell98
23.11.2021 08:23
Dear Santa,
My name is Anna. I am 10 years old and I go to school. I live in Moscow with my mother and my father. 

My mom says that I have been a good girl this year and she likes when I am good.

How are you, Mr. Claus? How are your wife and the reindeer?

Dear Santa, all I would like for Christmas is a Barbie doll and her dog named Ginger. But the present that I want most is to have a baby brother and sister for the New Year. Can you get it for me?

And Santa, I love you with all my hert.

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