From 6a589d51d143bbb42e1dcc6e30eb92616d879d1c Mon Sep 17 00:00:00 2001 From: abd00l4h <114624309+abd00l4h@users.noreply.github.com> Date: Wed, 12 Oct 2022 18:33:42 -0700 Subject: Update CST116-Ch7-PsuedoCode-Havaldar.txt --- CST116-Ch7-Debugging/CST116-Ch7-PsuedoCode-Havaldar.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'CST116-Ch7-Debugging') 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 -- cgit v1.2.3