-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DECIMAL TO OCTAL #36
Comments
ADD IN MATHS FOLDER |
Hey @akshitagupta15june! Can I work on this and open the PR during Hacktoberfest? :) |
YES BUT MANY ISSUES WILL BE THERE ! |
hey can I work ion this issue? |
YEAH SURE I AM ASSIGNING TO U |
I would like to like to work on this project can I? |
Hey, I would like to work on this project. Thank you! |
@shiv-ani-singh assigning to u |
Hello, please I'd love to work on this issue. Thank you. |
ok |
Hey! can I also work on this issue? |
Take N (number in decimal format). Write a function that converts it to octal format. Print the value returned.
Input Format
Constraints
0 < N <= 1000000000
Output Format
Sample Input
63
Sample Output
77
The text was updated successfully, but these errors were encountered: