aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch10-Debugging/Code Output.txt
diff options
context:
space:
mode:
authorJoe Traver <[email protected]>2022-10-26 20:36:24 -0700
committerJoe Traver <[email protected]>2022-10-26 20:36:24 -0700
commitb47e4da228cea900874383bfacfcbb46e2f4f36e (patch)
tree36ec228fd2c73eb9db9d8dca9e5d7672131388e3 /CST116-Ch10-Debugging/Code Output.txt
parentFixed Exercise 3 (diff)
downloadcst116-ch10-debugging-joetraver30-b47e4da228cea900874383bfacfcbb46e2f4f36e.tar.xz
cst116-ch10-debugging-joetraver30-b47e4da228cea900874383bfacfcbb46e2f4f36e.zip
Code output added
Diffstat (limited to 'CST116-Ch10-Debugging/Code Output.txt')
-rw-r--r--CST116-Ch10-Debugging/Code Output.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/CST116-Ch10-Debugging/Code Output.txt b/CST116-Ch10-Debugging/Code Output.txt
new file mode 100644
index 0000000..65a30a0
--- /dev/null
+++ b/CST116-Ch10-Debugging/Code Output.txt
@@ -0,0 +1,20 @@
+Please enter your first name: Joe
+
+Please enter your last name: Traver
+
+
+ Welcome Joe Traver!
+ Hope all is well
+
+ x y z
+
+ 0 100 -99
+ 99 101 200
+ 2 102 104
+ 3 103 106
+ 4 104 108
+ 5 105 110
+ 6 106 112
+ 7 107 114
+ 8 108 116
+ 9 109 118 \ No newline at end of file