Welcome. In this kata, you are asked to square every digit of a number and concatenate them. For example: An input of 765 will/should return 493625 because 72 is 49, 62 is 36, and 52 is 25. (49-36-25) Note: The function accepts an integer and returns an integer
-
Notifications
You must be signed in to change notification settings - Fork 0
Welcome. In this kata, you are asked to square every digit of a number and concatenate them. For example: An input of 765 will/should return 493625 because 72 is 49, 62 is 36, and 52 is 25. (49-36-25) Note: The function accepts an integer and returns an integer
a3rzi/Square-Every-Digit
About
Welcome. In this kata, you are asked to square every digit of a number and concatenate them. For example: An input of 765 will/should return 493625 because 72 is 49, 62 is 36, and 52 is 25. (49-36-25) Note: The function accepts an integer and returns an integer
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published