diff options
| -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.
*
|