From 34008f46273a22ef70c5595a031b5cd6f9e55aeb Mon Sep 17 00:00:00 2001 From: Trenton Stark Date: Fri, 14 Oct 2022 23:43:54 -0700 Subject: Added psuedo code. Finished --- CST116-Ch9-Debugging/CST116-Ch9-Debugging-Psuedo-Code.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CST116-Ch9-Debugging/CST116-Ch9-Debugging-Psuedo-Code.txt (limited to 'CST116-Ch9-Debugging') diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Psuedo-Code.txt b/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Psuedo-Code.txt new file mode 100644 index 0000000..d3849b0 --- /dev/null +++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging-Psuedo-Code.txt @@ -0,0 +1,8 @@ +Set age to 0 +Set days to 0 + +set age to prompted user input +set days to age * 365 + +print age + "! Boy are you old!" +print "Did you know that you are at least "+ days + " days old?" \ No newline at end of file -- cgit v1.2.3