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 "<