2# Convert Age Into Days | Scratch Coding Practices & challenging Tasks
https://www.youtube.com/watc...Convert Age to Days
Create a function that takes the age in years and returns the age in days.
Examples
calcAge(65) ➞ 23725
calcAge(0) ➞ 0
calcAge(20) ➞ 7300
Home
/
Indie Game Developers/
Block Programming/
2# Convert Age Into Days | Scratch Coding Practices & challenging Tasks