Есть ответ 👍

информатика Нужно сделать подробную инструкцию, как это сделать или прислать готовое документом

169
370
Посмотреть ответы 2

Ответы на вопрос:


напиши Ф красиво и укрась орнаментом


Uses crt; var a,b,c: integer; begin read(a); read(b); read(c); if ((a+b)> c) and ((a+c)> b) and ((b+c)> a) then begin if ((a=b) and (b< > c)) or ((a=c) and (c< > b)) or ((b=c) and (c< > a)) then writeln('triangle is isosceles'); if (a=b) and (b=c) and (a=c) then writeln('triangle is equilateral'); if (a< > b) and (a< > c) and (b< > c) then writeln ('triangle is scalene'); end else writeln('triangle is invalid'); end.

Популярно: Информатика