diff options
Diffstat (limited to 'Inclass-9/Program.cpp')
| -rw-r--r-- | Inclass-9/Program.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Inclass-9/Program.cpp b/Inclass-9/Program.cpp new file mode 100644 index 0000000..9942f85 --- /dev/null +++ b/Inclass-9/Program.cpp @@ -0,0 +1,11 @@ +// name: Connor McDowell +// date: 2/8/2024 +// class: CIS116 +// reason: Inclass exercise 9 + +#include <iostream> +#include "ReferenceExamples.h" + +using std::cin; +using std::cout; +using std::endl;
\ No newline at end of file |