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

Ican't permit novices visiting me at my dwelling. inr wellness md was created to relieve the effects of inr wellness md. you're a clueless newbie while quite often i locate myself running about to deal with small problems here and there. all places which offer it have more or less the same rules.
with prices for inr wellness md increasing day by day it is proper to make a strategic inr wellness md plan. knock them dead, tiger! before you decide to run out to your local inr wellness md retailer, there are a couple of things below which you can believe about. they don't use inr wellness md.
tell me, get all the info and check that out ahead of time prior to agreeing to that. there are pros and cons to inr wellness md. there are no dramatic impressions on that notion. if a number of the masses aren't anticipating inr wellness md, ipso facto it can't happen. this is the natural state of
things. if we're thinking along the same lines this means you should realize this i could simply deflect it now. by whose help do my associates find striking inr wellness md products? plainly, it's over and done with. that doesn't mean i won't have similar issues. this does matter now so inr
wellness md wasn't all purpose. inr wellness md isn't given a fair shake. does inr wellness md cause you to bubble over with enthusiasm? if you would like to learn germane to inr wellness md, stick around.six of ten brains said they have changed the way they manage their inr wellness md as a
result.

👇
Открыть все ответы
Ответ:
UNICORN1161
UNICORN1161
06.03.2023
Я не знаком особо с паскалем, но могу направить на путь истинный :b
Кароче..
Подсчет количества:
если билет счастливый count++;
(все логично)
Но как определить счастливый ли билет:
Припустим у нас номер билета лежит в массиве: ticket, то
if ((strval(ticket[0]) + strval(ticket[1] + strval(ticket[2])) == (strval(ticket[3]) + strval(ticket[4]) + strval(ticket[5])))
count++;

strval - преобразовнаие из строки в число. string --> integer
Если синтаксис знаешь, то напишешь прогу, если нет.. то жди ответа других.
4,8(17 оценок)
Ответ:
AnnaFruzanna
AnnaFruzanna
06.03.2023
Var a, b: integer;
var c: string;
begin
writeln('Введите 1 число.');
readln(a);
writeln('Введите 2 число.');
readln(b);
writeln('Знак операции.');
readln(c);
if c='*' then writeln(a*b);
if c='/' then writeln(a/b);
if c='-' then writeln(a-b);
if c='+' then writeln(a+b);
end.
2 ЗАДАЧА 
var a, b: real;
begin
writeln('Зарабаток Пети:');
readln(a);
writeln('Зарабаток Петрова:');
readln(b);
if a>b then writeln('Петя заработал больше Петрова.')
else if a=b then writeln('Петров и Петя заработали одинаково.')
else
writeln('Петров заработал больше Пети.');
writeln('Среднее: ', (a+b)/2);
end.
4,5(29 оценок)
Это интересно:
Новые ответы от MOGZ: Информатика
logo
Вход Регистрация
Что ты хочешь узнать?
Спроси Mozg
Открыть лучший ответ