чичекадиль
02.05.2020 15:21

Odd one out. Which word in each line has a different we?
Example: a) wear
ascone
snore
hair
wear
beard
hair
cfane
of beard
store
hear
fire
bear
square
hear
year
chair
vampire
chair
pear
year
hare
bear
pear
Bar
g) pair
wear​

Нажмите на рекламу ниже и сразу увидите ответ
Популярные вопросы:
Ответ:
арина1376
26.08.2022 11:03

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 оценок)
Ответ:
PoLiNa20061404
27.05.2020 21:56
As far as I can see phones are not toys and I will explain you why.
First of all phones were created for communication and not to be a toy for teenagers. Even though now a’days they have way more functions then 50 years ago their main function is still communication. Of course some people use them to play mobile games and scroll though Instagram, but this doesn’t make them a toy because the majority of people use them for communication with society. And even while playing video games teenagers communicate with each-other.
Overall phones are used by people for communication and not as a toy. Its just that people now a days can communicate not just by calling each other, but through video games and Social media.
0,0(0 оценок)
Полный доступ
Позволит учиться лучше и быстрее. Неограниченный доступ к базе и ответам от экспертов и ai-bota Оформи подписку
logo
Начни делиться знаниями
Вход Регистрация
Что ты хочешь узнать?
Спроси ai-бота