Составить блок схему var a,b,c: integer; begin readln(a); readln(b); readln(c); if (a> b) and (a> c) then writeln('naibolshee a=', a) else if (b> a) and (b> c) then writeln('naibolshee b=', b) else if (c> a) and (c> b) then writeln('naibolshee c=', c) else writeln('naibolshego net'); end.

усенок усенок    3   19.05.2019 07:20    1

Ответы
Ольга1738 Ольга1738  12.06.2020 11:48

Смотри вложения

_______________


Составить блок схему var a,b,c: integer; begin readln(a); readln(b); readln(c); if (a> b) and (a&
ПОКАЗАТЬ ОТВЕТЫ
Другие вопросы по теме Информатика