From abc3f726cf57d21996ac92d6d1b5ed3a110fbca3 Mon Sep 17 00:00:00 2001 From: SwapnilSharma11 <73329277+SwapnilSharma11@users.noreply.github.com> Date: Fri, 23 Oct 2020 11:57:20 +0530 Subject: [PATCH] Update DISTANCE.CPP --- DISTANCE.CPP | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DISTANCE.CPP b/DISTANCE.CPP index 6456523..177e905 100644 --- a/DISTANCE.CPP +++ b/DISTANCE.CPP @@ -11,5 +11,5 @@ cout<<"enter the vertical distance:"; cin>>b; dist=sqrt(pow(a,2)+pow(b,2)); cout<<"distance b/t two points is:"<