aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabd00l4h <[email protected]>2022-10-12 18:33:42 -0700
committerGitHub <[email protected]>2022-10-12 18:33:42 -0700
commit6a589d51d143bbb42e1dcc6e30eb92616d879d1c (patch)
tree3c9b8070bd76d771f28448f55ce06648019b2ada
parentAdd files via upload (diff)
downloadcst116-ch7-debugging-abd00l4h-6a589d51d143bbb42e1dcc6e30eb92616d879d1c.tar.xz
cst116-ch7-debugging-abd00l4h-6a589d51d143bbb42e1dcc6e30eb92616d879d1c.zip
Update CST116-Ch7-PsuedoCode-Havaldar.txt
-rw-r--r--CST116-Ch7-Debugging/CST116-Ch7-PsuedoCode-Havaldar.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-PsuedoCode-Havaldar.txt b/CST116-Ch7-Debugging/CST116-Ch7-PsuedoCode-Havaldar.txt
index 7b078ae..ca84ae7 100644
--- a/CST116-Ch7-Debugging/CST116-Ch7-PsuedoCode-Havaldar.txt
+++ b/CST116-Ch7-Debugging/CST116-Ch7-PsuedoCode-Havaldar.txt
@@ -1,3 +1,5 @@
+Start Program
+
Set age as 0
Ask user for their age
@@ -17,4 +19,6 @@ if not, then check if they are above the age of 62
If so, then say they are a Senior
if none of these
- Then say that they are an Adult \ No newline at end of file
+ Then say that they are an Adult
+
+End Program