- 2
Write a function calculateAge() that takes your birthday in the format dd, mm, yyyy and return your age.
Sample function input CalculateAge(28,02,1992) and output - 26
2 Answers
0
Thanks for reply. Same resolved now
- 1
Hello! Can you show us your attempt in Code Playground? It makes it easier to see the problem/error you want help with.