diff options
| author | Joe Traver <[email protected]> | 2022-10-03 16:32:46 -0700 |
|---|---|---|
| committer | Joe Traver <[email protected]> | 2022-10-03 16:32:46 -0700 |
| commit | c8265c6a0ae7688641f2968008f352e7fed89500 (patch) | |
| tree | 6ec72302acf4a670e2f801f0501c7c86aa8aa88a /Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | |
| parent | Corrected Text (diff) | |
| download | cst116-lab0-debugging-joetraver30-c8265c6a0ae7688641f2968008f352e7fed89500.tar.xz cst116-lab0-debugging-joetraver30-c8265c6a0ae7688641f2968008f352e7fed89500.zip | |
Title infromation
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp')
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp index 9a42d92..2971ee8 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.cpp @@ -1,5 +1,5 @@ /********************************************************************
-* File: Chap_5_Debugging.cpp
+* File: CST116-lab0-debugging-joetraver30.cpp
*
* General Instructions: Complete each step before proceeding to the
* next.
@@ -67,6 +67,11 @@ using std::endl; int main()
{
+ cout << "Joe Traver" << endl;
+ cout << "CST 116" << endl;
+ cout << "Github ID - joetraver30" << endl;
+
+
float money = 123.45F;
float raise;
|