From 2b7c299297e1ccbfd19234c1f81b5563a6a7a1e9 Mon Sep 17 00:00:00 2001 From: Anibal LopezBonilla Date: Wed, 26 Oct 2022 20:50:04 -0700 Subject: Push 3 --- CST116-Ch10-Debugging-Output.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 CST116-Ch10-Debugging-Output.txt (limited to 'CST116-Ch10-Debugging-Output.txt') diff --git a/CST116-Ch10-Debugging-Output.txt b/CST116-Ch10-Debugging-Output.txt new file mode 100644 index 0000000..edf594d --- /dev/null +++ b/CST116-Ch10-Debugging-Output.txt @@ -0,0 +1,24 @@ +Please enter your first name: a + +Please enter your last name: s + + + Welcome a s! + Hope all is well + + x y z + + 0 100 100 + 1 101 102 + 2 102 104 + 3 103 106 + 4 104 108 + 5 105 110 + 6 106 112 + 7 107 114 + 8 108 116 + 9 109 118 + +C:\Users\speed\source\repos\cst116-ch10-debugging-Lopez-Bonilla\CST116-Ch10-Debugging\x64\Debug\CST116-Ch10-Debugging.exe (process 53964) exited with code 0. +To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. +Press any key to close this window . . . -- cgit v1.2.3