diff options
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-PsuedoCode-Havaldar.txt | 6 |
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
|