For some reason Jeff's code didn't seem simple enough. To me this seems simpler and easier to understand:
DateTime now = DateTime.Now;
int age = now.Year - bday.Year;
if (now < bday.AddYears(age)) age--;
|
3 | CS1002: ; expected at line 1 | ||
|
For some reason Jeff's code didn't seem simple enough. To me this seems simpler and easier to understand:
|
||||
|
2 | added Ivan's changes | ||
|
For some reason Jeff's code didn't seem simple enough. To me this seems simpler and easier to understand:
|
||||
|
1 |
|
||
|
For some reason Jeff's code didn't seem simple enough. To me this seems simpler and easier to understand:
|
||||