Binary to Octal in java
Let’s learn binary to octal in java. Binary to Octal in java A binary number system with base-2 comprises of two digits zero and one (0’s and 1’s). While octal number is with base-8 comprises of digits from 0 to 7. In this post we are going to see two ways to convert binary number…
Read More Binary to Octal in java