diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..e69de29 diff --git a/exact_number.cxx b/exact_number.cxx index af9afd6..ae3375f 100644 --- a/exact_number.cxx +++ b/exact_number.cxx @@ -1,3 +1,13 @@ +// Name: Sandipsinh Rathod +// Email: sdr5549@psu.edu +// Class: CMPSC 330 +// Program Exact Number +// Current Date: 4/11/24 4:25 PM +// Due Date: 5/11/24 +// +// Description: +// Implementation for +, -, *, /, =, +=, -=, *=, /=, ==, !=, <, >, <=, >= etc. + #include "exact_number.h" using namespace std;