We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a2c610 commit 0331f59Copy full SHA for 0331f59
src/main/java/com/thealgorithms/conversions/OctalToBinary.java
@@ -15,8 +15,7 @@
15
*
16
* <h2>Example Usage</h2>
17
* <pre>
18
- * long binary = OctalToBinary.convertOctalToBinary(52);
19
- * // Output: 101010 (52 in octal is 101010 in binary)
+ * long binary = OctalToBinary.convertOctalToBinary(52); // Output: 101010 (52 in octal is 101010 in binary)
20
* </pre>
21
22
* @author Bama Charan Chhandogi
0 commit comments