• Сделайте пожалуйста 4(а и б), срочно нужно! заранее СПАСИБО!

    question img

Ответы 1

  • a)

    program a4;

    uses crt;

    var x: integer;

    begin

    clrscr;

    writeln('Vvedite vozrast: ');readln(x);

    if (x>=6) and (x<=17) then writeln ('Shkolnik')

    else writeln ('Ne shkolnik');

    end.

    б)

    program b4;

    uses crt;

    var x: integer;

    begin

    clrscr;

    writeln('Vvedite vozrast: ');readln(x);

    if (x>=13) and (x<=19) then writeln ('Tineager')

    else writeln ('Ne tineager');

    end.

    • Автор:

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

Войти через Google

или

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

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

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