HusnaSari / Algorithms

MIT License
1 stars 1 forks source link

Reverse Number #8

Closed emrerenJs closed 2 years ago

emrerenJs commented 2 years ago

Reverse the number read from the console and print it on the screen as output. Note : Please don't use recursive functions.

For example : number : 124 output : 421

number : 51224 output : 42215

HusnaSari commented 2 years ago

Eta: 1 hours

HusnaSari commented 2 years ago

Ata:37minutes