0
Program to convert a decimal number into its corresponding octal binary hexadecimal number
2 Answers
+ 17
Don't copy! but learn from this code:
https://code.sololearn.com/cW3O7q0ULqYs/?ref=app
0
two variants using c printf and C++ ostream functionality. if you use the corresponding sprintf or stringstream you can assign the output to a variable.
https://code.sololearn.com/cvnT36tvdWyw/?ref=app
Hot today
I have made a calculator in which my % (Percentage) not work correctly for 100%50 or 100%20.
2 Votes
Python palindrome challenge.
1 Votes
Java
0 Votes
Number of Ones ( C++ ) question!
1 Votes