From 28027d4118f04118215e6099b7d79e2b8f85586c Mon Sep 17 00:00:00 2001 From: ajay007e <68919307+ajay007e@users.noreply.github.com> Date: Fri, 2 Oct 2020 22:47:54 +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 "<