Sachindrck / hactoberfest_contribution_2022

Create four pull request and win hacktoberfest swags!
GNU General Public License v3.0
25 stars 104 forks source link

Reverse a number using stack #268

Open Sachindrck opened 2 years ago

Sachindrck commented 2 years ago

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

Examples:

Input : 365 Output : 563

Input : 6899 Output : 9986

notsanidhyak commented 2 years ago

Please assign this to me :)