From 0f8f92d6358c6e417fe9f458d875fff0267702e2 Mon Sep 17 00:00:00 2001 From: Sheetal Kumar <31645349+ksheetal@users.noreply.github.com> Date: Wed, 25 Oct 2017 11:58:04 +0530 Subject: [PATCH] Update decToBin.cpp --- decToBin.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/decToBin.cpp b/decToBin.cpp index 103da04..f4f8bbc 100644 --- a/decToBin.cpp +++ b/decToBin.cpp @@ -69,8 +69,7 @@ void Converter::convertDecimalToBinary(float inputNumber){ } int main(int argc, char const *argv[]){ - system("cls"); - //Clear Screen with system("cls") + system("cls"); //Clear Screen with system("cls") Converter object; float number; cout << "\t\t******* CONVERTER ********\n\n"; @@ -87,4 +86,4 @@ int main(int argc, char const *argv[]){ cout<<"\tYou have entered "<