c++ question
(Control Statements) Write a program where the user enters the three sides of a triangle and the program tells you if the triangle:
Is ‘NOT a triangle’ (One side is longer that the two other sides combined.)
Is a ‘Scalene Triangle’ (All three sides are different.)
Is an ‘Isoceles Triangle’ (Two sides are equal, but not all three.)
Is an ‘Equilateral Triangle’ (All three sides are equal.)