Skip to content
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.

Reverse a number using stack #268

Open
Sachindrck opened this issue Oct 7, 2022 · 1 comment
Open

Reverse a number using stack #268

Sachindrck opened this issue Oct 7, 2022 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@Sachindrck
Copy link
Owner

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

Examples:

Input : 365
Output : 563

Input : 6899
Output : 9986

@Sachindrck Sachindrck added the good first issue Good for newcomers label Oct 7, 2022
@notsanidhyak
Copy link

Please assign this to me :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants