How would you write a recursive function to write out number from 1 to 10
Anonymous
I would check if the number is 0 if not I would call the function with the number - 1 and then write then number.
Check out your Company Bowl for anonymous work chats.