Skip to content

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

a3rzi/Square-Every-Digit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Square-Every-Digit

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

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

No packages published

Languages