Fixed Grammar

pull/82/head
pburkart 6 years ago committed by GitHub
parent 7aa0cb7089
commit 393d446ed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@
Binary is the number system all digital computers are based on. Binary is the number system all digital computers are based on.
Therefore it's important for developers to understand binary, or base 2, Therefore it's important for developers to understand binary, or base 2,
mathematics. The purpose of Bin2Dec is to provide practice and mathematics. The purpose of Bin2Dec is to provide practice and
understanding of how binary calculations. understanding of binary calculations.
Bin2Dec allows the user to enter strings of up to 8 binary digits, 0's Bin2Dec allows the user to enter strings of up to 8 binary digits, 0's
and 1's, in any sequence and then displays its decimal equivalent. and 1's, in any sequence and then displays its decimal equivalent.
@ -13,7 +13,7 @@ and 1's, in any sequence and then displays its decimal equivalent.
This challenge requires that the developer implementing it follow these This challenge requires that the developer implementing it follow these
constraints: constraints:
- Arrays may not be used contain the binary digits entered by the user - Arrays may not be used to contain the binary digits entered by the user
- Determining the decimal equivalent of a particular binary digit in the - Determining the decimal equivalent of a particular binary digit in the
sequence must be calculated using a single mathematical function, for sequence must be calculated using a single mathematical function, for
example the natural logarithm. It's up to you to figure out which function example the natural logarithm. It's up to you to figure out which function

Loading…
Cancel
Save