diff --git a/triangle.cpp b/triangle.cpp index 057be29..7b9dc93 100644 --- a/triangle.cpp +++ b/triangle.cpp @@ -22,7 +22,7 @@ void triangle::checkvalid() } void triangle::display() { - cout<<"Enter the sides of the triangle\n"; + cout<<"Enter sides of the triangle\n"; cin>>a>>b>>c; cout<<"The sides of triangle are "<