#BackCoding
Convert binary number to a decimal number
Binary numbers are numbers consisting only of 2 digits: 0 and 1. They can be expressed in the base 2 numeral system.
Decimal numbers are numbers consisting of 10 digits: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. They can be expressed in the base 10 numeral system.
writing a Java program that will convert a binary number into decimal
#shorts
#programming
#java
#dcoder