From 5d675e23d9380e325cb0a4400cdc093f37e0e8b4 Mon Sep 17 00:00:00 2001 From: huntbyrne <114624182+huntbyrne@users.noreply.github.com> Date: Sat, 3 Dec 2022 19:13:01 -0800 Subject: Create Flowchart ch9 --- Flowchart ch9 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Flowchart ch9 (limited to 'Flowchart ch9') 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] -- cgit v1.2.3