hactoberfest_contribution_2022 icon indicating copy to clipboard operation
hactoberfest_contribution_2022 copied to clipboard

Reverse a number using stack

Open Sachindrck opened this issue 2 years ago • 1 comments

Given a number , write a program to reverse this number using stack.

Examples:

Input : 365 Output : 563

Input : 6899 Output : 9986

Sachindrck avatar Oct 07 '22 16:10 Sachindrck

Please assign this to me :)

notsanidhyak avatar Oct 07 '22 18:10 notsanidhyak