diff options
| author | CEOofOogaBooga <[email protected]> | 2022-10-12 14:08:32 -0700 |
|---|---|---|
| committer | CEOofOogaBooga <[email protected]> | 2022-10-12 14:08:32 -0700 |
| commit | 1525a7f4829983574044824652e7fd07cc6fb61e (patch) | |
| tree | 8cf31811325ecdbb45053329ae9657e57af72558 | |
| parent | Small correction (diff) | |
| download | cst116-ch7-debugging--trinh--1525a7f4829983574044824652e7fd07cc6fb61e.tar.xz cst116-ch7-debugging--trinh--1525a7f4829983574044824652e7fd07cc6fb61e.zip | |
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp index 4b0de0b..497ecf8 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.cpp @@ -1,6 +1,8 @@ /********************************************************************
* File: CST116-Ch7-Debugging.cpp
-*
+* Thomas Trinh
+* CST116
+* Ch7 Conditionals and Repetition
* General Instructions: Complete each step before proceeding to the
* next.
*
|