blob: a22c030679b31e757fd8ebcd3a16d04bb357e315 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
Set constant int for DAYS_PER_YEAR
365 days per year
Set int for the rest of your variables
GetAge(),CalcDays(int age), age, days
Set void for Printresults
Create Main function
Set GetAge() for your main, as well as connections to later functions
Create functions for other variables
Need one for GetAge(), and CalcDays(int age)
Print result
Include statements "Boy are you old", as well giving an count of the age given in days instead.
|