From 68f59aefdf36477f0be63238469317073ccd42f3 Mon Sep 17 00:00:00 2001 From: Smrity chaudhary Date: Tue, 24 Oct 2017 12:26:48 +0530 Subject: [PATCH] Update decToBin.cpp --- decToBin.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/decToBin.cpp b/decToBin.cpp index 103da04..b209a74 100644 --- a/decToBin.cpp +++ b/decToBin.cpp @@ -3,6 +3,7 @@ #include using namespace std; +//class Definition class Converter{ public: float number; @@ -87,4 +88,4 @@ int main(int argc, char const *argv[]){ cout<<"\tYou have entered "<