aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuntbyrne <[email protected]>2022-12-03 19:13:01 -0800
committerGitHub <[email protected]>2022-12-03 19:13:01 -0800
commit5d675e23d9380e325cb0a4400cdc093f37e0e8b4 (patch)
treef49fc2eb2c58abff5d6a5b5b13ae6920ef7e4b87
parentCreate CST116-Ch9-Debug-Byrne-Output (diff)
downloadcst116-ch9-debugging-huntbyrne-main.tar.xz
cst116-ch9-debugging-huntbyrne-main.zip
Create Flowchart ch9HEADmain
-rw-r--r--Flowchart ch916
1 files changed, 16 insertions, 0 deletions
diff --git a/Flowchart ch9 b/Flowchart ch9
new file mode 100644
index 0000000..170901c
--- /dev/null
+++ b/Flowchart ch9
@@ -0,0 +1,16 @@
+[Makes Variable for Age and Days]
+ |
+ |
+ |
+ |
+
+[Asks user input for user's age]
+
+ | ------> [Outputs how many days (atleast) user is]
+ | |
+ | | |
+ | | |
+ | |
+[Calculates Day age by mulitplying (age*365)] --- |
+
+ [END]