| CodeRams Practice Problem Archive |
|---|
| Finished |
Given two strings that represent binary numbers, return the sum of the 2 numbers in binary.
The first line will contain the first binary number and the second line will contain the second binary number.
Print the sum of the two numbers in binary.
101 11
1000
If you need help understanding how to read numbers in binary, you can check out the following link: https://medium.com/@LindaVivah/learn-how-to-read-binary-in-5-minutes-dac1feb991e
| Name |
|---|


