C#: Convert an octal number into binary
Write a program in C# Sharp to convert an octal number into binary.

Sample Solution:-
C# Sharp Code:
Sample Output:
Convert Octal to Binary: -------------------------- Input an octal number (using digit 0 - 7) :45 The Octal Number : 45 The equivalent Binary Number : 100101
Flowchart:

C# Sharp Code Editor:
Contribute your code and comments through Disqus.
Previous: Write a program in C# Sharp to convert a binary number to octal.
Next: Write a program in C# Sharp to convert a decimal number to hexadecimal.
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.