From c8265c6a0ae7688641f2968008f352e7fed89500 Mon Sep 17 00:00:00 2001 From: Joe Traver Date: Mon, 3 Oct 2022 16:32:46 -0700 Subject: Title infromation --- Ch 5 Debugging Project/Ch 5 Debugging Project.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.cpp') 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; -- cgit v1.2.3