From 55fbb55fd2852027c53c661c79ffb2b2db1f09c9 Mon Sep 17 00:00:00 2001 From: Joseph Williams Date: Thu, 20 Oct 2022 14:38:56 -0700 Subject: finished. --- .../CST116-Ch10-Debugging-Williams-Run.txt | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 CST116-Ch10-Debugging/CST116-Ch10-Debugging-Williams-Run.txt (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging-Williams-Run.txt') diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Williams-Run.txt b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Williams-Run.txt new file mode 100644 index 0000000..9a19982 --- /dev/null +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Williams-Run.txt @@ -0,0 +1,34 @@ +Please enter your first name: Tim + +Please enter your last name: Timmyson + + + Welcome Tim Timmyson! + Hope all is well + + x y z + + 0 100 100 + 1 101 102 + 2 102 104 + 3 103 106 + 4 104 108 + + +Also I broke your code, do better next time lol: + +Please enter your first name: Glornax + +Please enter your last name: the Destroyer + + + Welcome Glornax the! + Hope all is well + + x y z + + 0 100 100 + 1 101 102 + 2 102 104 + 3 103 106 + 4 104 108 \ No newline at end of file -- cgit v1.2.3