М
Молодежь
К
Компьютеры-и-электроника
Д
Дом-и-сад
С
Стиль-и-уход-за-собой
П
Праздники-и-традиции
Т
Транспорт
П
Путешествия
С
Семейная-жизнь
Ф
Философия-и-религия
Б
Без категории
М
Мир-работы
Х
Хобби-и-рукоделие
И
Искусство-и-развлечения
В
Взаимоотношения
З
Здоровье
К
Кулинария-и-гостеприимство
Ф
Финансы-и-бизнес
П
Питомцы-и-животные
О
Образование
О
Образование-и-коммуникации
Soqr
Soqr
15.03.2020 21:56 •  Информатика

Пользователь вводит 3 числа от 1 до 100.выбрать то число которое больше 20 но меньше 50 и делится на 3 без остатка.

👇
Ответ:
KseniaSob
KseniaSob
15.03.2020
21,24,27,30,33,36,39,42,45,48
4,8(31 оценок)
Открыть все ответы
Ответ:
beysekeevadaniy
beysekeevadaniy
15.03.2020

var a: integer;

var t: real;

begin

   readln(a);

   t:= (a div 10) * (a mod 10) / 2;

   writeln(t)

end.

var a: integer;

begin

   readln(a);

   writeln((a div 10) - (a mod 10))

end.

var a: integer;

begin

   readln(a);

   writeln((a div 1000), " килограмм ", (a mod 1000), " грамм")

end.

var a: integer;

begin

   readln(a);

   writeln(a div 10000)

end.

var a, b, c, d: integer;

begin

   readln(a);

   d:= a div 38400;

   a:= a mod 38400;

   c:= a div 3840;

   a:= a mod 3840;

   b:= a div 96;

   a:= a mod 96;

   writeln(d, " берковцев ", c, " пудов ", b, " фунтов ", a, " золотников")

end.

4,6(51 оценок)
Ответ:
aantonenko240
aantonenko240
15.03.2020

Choosing a future profession is a very important step in everyone's life. Some school leavers hesitate for a long time, as it is difficult for them to decide, while others, on the contrary, make a firm decision earlier. In order to become what you want, you must first learn and get an education. If you like your future profession very much, then it will be interesting and not difficult to study.

As for me, I want to become a programmer. This profession attracted me when I was in elementary school. Then we started studying computer science, which became my favorite subject. I always listen very carefully to the teacher. I am interested in absolutely all topics on this subject, so I often ask a lot of additional questions in the lessons. At home, I have many different books: about the structure of the computer, about working with different programs, about the basics of programming, about breakdowns, about viruses, and others. In addition, I usually read additional literature on computer science in our school library or search for information that interests me on the Internet.

Объяснение:

4,6(45 оценок)
Это интересно:
Новые ответы от MOGZ: Информатика
logo
Вход Регистрация
Что ты хочешь узнать?
Спроси Mozg
Открыть лучший ответ