EsMiLe1999
31.03.2023 10:07

Read the email below and mark the sentences T (true), F (false) or DS (doesn't say). Dear Anna, I was very sorry to hear that you're having skin problems. There's no need to feel bad. I also have problems with spotty skin so I think I can help. It would be a good idea to keep an eye on what you eat. Eating too much junk food or a lot of chocolate may be bad for the skin. You should eat plenty of fruit and vegetables and you should also drink lots of water. This will help your skin clear up. You could also see a doctor, who will give you professional advice. My doctor says that getting a good night's sleep is good for the skin. Why don't you go to the chemist's? You might find a good cream which will help your skin. I hope my advice helps. Write back and tell me how things are going. Best wishes, Assel Anna feels bad about the condition of her skin.

Нажмите на рекламу ниже и сразу увидите ответ
Популярные вопросы:
Ответ:
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 оценок)
Ответ:
бростас
04.03.2022 07:09
We have in russia a long time ago and appreciated the creativity of this we rosiyani very creative people. i'll tell you about some priserah on ancient rus eg painted on the doors of various painting and drawing patterns but not only doors and windows has been an example for rospisi.seychas also have special plates for drawing creative course was much better prodvigatsya. перевод у нас в россии давно и высоко оценил творчество этого мы росични творческих людей. я расскажу вам о примерена чем рисовали люди на древней руси, например, краской на дверях различных живописи и рисования узоров но не только двери и окна были примером для росписи.сейчас также специальные бумага для рисования творческий курс был намного лучше продвигатся.
0,0(0 оценок)
Полный доступ
Позволит учиться лучше и быстрее. Неограниченный доступ к базе и ответам от экспертов и ai-bota Оформи подписку
logo
Начни делиться знаниями
Вход Регистрация
Что ты хочешь узнать?
Спроси ai-бота