From bf5df704a062a3714d38589cc1d7a647cf8b2a14 Mon Sep 17 00:00:00 2001 From: Joe Traver Date: Wed, 26 Oct 2022 20:56:29 -0700 Subject: Added pseudo code and finished the assignment --- .../CST116-Ch10-Debuggung-Code-Output.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CST116-Ch10-Debugging/CST116-Ch10-Debuggung-Code-Output.txt (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debuggung-Code-Output.txt') diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debuggung-Code-Output.txt b/CST116-Ch10-Debugging/CST116-Ch10-Debuggung-Code-Output.txt new file mode 100644 index 0000000..65a30a0 --- /dev/null +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debuggung-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 -- cgit v1.2.3