akshitagit / akshitagit/JavaScript
DECIMAL TO OCTAL
Open
Beginner
good first issue
Hacktoberfest
hacktoberfest2020
Javascript
- Dominant language
- JavaScript
- Stars
- 90
- Forks
- 106
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.