diff options
| author | tylr <[email protected]> | 2021-12-03 13:13:40 -0800 |
|---|---|---|
| committer | tylr <[email protected]> | 2021-12-03 13:13:40 -0800 |
| commit | 9da1a7eca65aa4810f7cddf7bff1724ccca1a571 (patch) | |
| tree | 8604a04048b2e3f747913ea904af15466dbb3dc5 /num2 | |
| parent | Complete. (diff) | |
| download | cst116-lab9-till-t-9da1a7eca65aa4810f7cddf7bff1724ccca1a571.tar.xz cst116-lab9-till-t-9da1a7eca65aa4810f7cddf7bff1724ccca1a571.zip | |
Complete number 3.
Diffstat (limited to 'num2')
| -rw-r--r-- | num2/num2.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/num2/num2.cpp b/num2/num2.cpp index 18f17bf..274acac 100644 --- a/num2/num2.cpp +++ b/num2/num2.cpp @@ -1,3 +1,9 @@ +//Tylr Taormina +//CST 116 +//Dec 3, 2021 + + + #include <iostream> #include <fstream> // For the files!!!! #include <iomanip> // For manipulators & formatting options |