From b2078b3d14d413c26004dc154cc63e28b933b977 Mon Sep 17 00:00:00 2001 From: Joe Traver Date: Mon, 10 Oct 2022 15:07:58 -0700 Subject: Added header to code --- CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp') diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp index 9adc2eb..17aa017 100644 --- a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp +++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.cpp @@ -68,6 +68,10 @@ 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