Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 44911a3

Browse files
Update README.md
1 parent d959e3d commit 44911a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
2. Convert Binary Number to Decimal Number. [[Solution]](InterviewPrograms/src/com/java/convertor/BinaryToDecimal.java)
9292
3. Convert Decimal Number to Octal Number. [[Solution]](InterviewPrograms/src/com/java/convertor/DecimalToOctal.java)
9393
4. Convert Octal Number to Decimal Number. [[Solution]](InterviewPrograms/src/com/java/convertor/OctalToDecimal.java)
94-
5. Convert Hexadecimal to Octal.
95-
6. Convert Octal to HexaDecimal.
94+
5. Convert Decimal to Hexadecimal. [[Solution]](InterviewPrograms/src/com/java/convertor/DecimalToHexadecimal.java)
95+
6. Convert Hexadecimal to Decimal. [[Solution]](InterviewPrograms/src/com/java/convertor/HexaToDecimal.java)
9696
7. Convert Octal to Binary Number. [[Solution]](InterviewPrograms/src/com/java/convertor/OctalToBinary.java)
9797
8. Convert Binary Number to Octal. [[Solution]](InterviewPrograms/src/com/java/convertor/BinaryToOctal.java)
9898

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /