aboutsummaryrefslogtreecommitdiff
path: root/Flowchart ch9
blob: 170901c6cab4ef159290cb03c599b5f882eee85b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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]