Update Bin2Dec-App.md

Line 8: was looking incomplete.
Line 10: used before plural of string
pull/211/head
Pranavkumar Patel 5 years ago committed by GitHub
parent b47cf8261f
commit b7ac33bcf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,9 +5,9 @@
Binary is the number system all digital computers are based on.
Therefore it's important for developers to understand binary, or base 2,
mathematics. The purpose of Bin2Dec is to provide practice and
understanding of how binary calculations.
understanding of how binary calculations are done.
Bin2Dec allows the user to enter strings of up to 8 binary digits, 0's
Bin2Dec allows the user to enter string of up to 8 binary digits, 0's
and 1's, in any sequence and then displays its decimal equivalent.
This challenge requires that the developer implementing it follow these

Loading…
Cancel
Save