From c90fe8f3908b7ba74d64ddc4c7a8bee6a653a85d Mon Sep 17 00:00:00 2001 From: ajay007e <68919307+ajay007e@users.noreply.github.com> Date: Fri, 2 Oct 2020 22:49:32 +0530 Subject: [PATCH] Update triangle.cpp --- triangle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "<