aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]