👤

De la intrarea standard(tastatura) se citesc tre nr reale a,b,c. Daca cele 3 nr pot forma laturile unui triunghi sa se afiseze pe ecran un mesaj corespunzator: a) echilateral , b) isoscel c) dreptunghic

Răspuns :

If (a==b)ANd (a==c) and (b==c) Cout<<"triunghi echilateral" If ((a==b) and (a==c) and (b!=c)) or ((b==c)and (b==a) and (a!=c)) or ((c==a)and(c==b) and (b!=a)) COut<<"triunghi isoscel" Iar la Dreptunghic nu știu