diff options
| author | huntbyrne <[email protected]> | 2022-12-03 19:13:01 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-03 19:13:01 -0800 |
| commit | 5d675e23d9380e325cb0a4400cdc093f37e0e8b4 (patch) | |
| tree | f49fc2eb2c58abff5d6a5b5b13ae6920ef7e4b87 | |
| parent | Create CST116-Ch9-Debug-Byrne-Output (diff) | |
| download | cst116-ch9-debugging-huntbyrne-main.tar.xz cst116-ch9-debugging-huntbyrne-main.zip | |
| -rw-r--r-- | Flowchart ch9 | 16 |
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] |