katunina2004ox971p
06.11.2021 07:43

4)How many people have probias 1)What is fear
3Why a phobias can make teenager feel embarrassed?
5)What is the first step to fight fears
2)How does the brain react when we see a danger?
ответить на вопросы(в тексте есть ответы)


4)How many people have probias 1)What is fear 3Why a phobias can make teenager feel embarrassed? 5)W

Нажмите на рекламу ниже и сразу увидите ответ
Популярные вопросы:
Ответ:
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 оценок)
Ответ:
Элиза5511
22.06.2020 21:04
Adolat's my name and I'm a girl)
I'm Adolat. I am twelve years old. Now I do not want to tell a lot about yourself. I guess the first thing I will say is that I really nravitsya.Iz subjects that we teach in school I like mathematics and informatika.Ya love these things because it is the exact nauki.Konechno Now I zavu profession that I like is chosen hirurg.Ya this profession because it is my most ponravilas.Hirurg must fulfill all clear that would not make mistakes because of it depends on the lives of others lyudey.V free time I read books about detectives do everything that would not be boring
0,0(0 оценок)
Полный доступ
Позволит учиться лучше и быстрее. Неограниченный доступ к базе и ответам от экспертов и ai-bota Оформи подписку
logo
Начни делиться знаниями
Вход Регистрация
Что ты хочешь узнать?
Спроси ai-бота