aboutsummaryrefslogtreecommitdiff
path: root/Chapter 7 Debugging Pseudocode.txt
blob: 987093270cd6f3de317e7c4572dbf20832e49505 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Chapter 7 Pseudocode 

Set age to zero 

Display Enter your Age

Input Age

if the age == 1
	Display first birthday
else if the age is betwween the range of 12 and 19 
	Display Teenager
else if the age is less than 12
	Display Child
else if the age is greater than 62
	Display Senior
else
	Display Adult