Is this your company?
Write a function that given a string number returns the int representation of it
Anonymous
Start with a sum of zero. For each character is the string multiply sum by 10 and then convert it to an int and add to sum.
Check out your Company Bowl for anonymous work chats.