• Составьте программу в паскале,в которой нужно найти наименьшее из четырёх чисел

Ответы 1

  • program Program;var a, b, c, d: Integer;beginreadln(a, b, c, d);if a<b and a<c and a<d thenbeginwriteln(a);end;if b<a and b<c and c<d thenbeginwriteln(b);end;if d<a and d<b and d<c thenbeginwriteln(d);endelsebeginwriteln(c);end;end.
    • Автор:

      curly
    • 5 лет назад
    • 0
  • Добавить свой ответ

Войти через Google

или

Забыли пароль?

У меня нет аккаунта, я хочу Зарегистрироваться

How much to ban the user?
1 hour 1 day 100 years