HarvestMint / SkillForge

0 stars 0 forks source link

Border Radius Previewer #3

Open HarvestMint opened 9 months ago

HarvestMint commented 9 months ago

Bin2Dec

Tier: 1-Beginner

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.

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.

This challenge requires that the developer implementing it follow these constraints:

User Stories

Bonus features

Useful links and resources

Binary number system

Example projects

Try not to view this until you've developed your own solution:

HarvestMint commented 9 months ago

Bin2Dec

Tier: 1-Beginner

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.

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.

This challenge requires that the developer implementing it follow these constraints:

User Stories

Bonus features

Useful links and resources

Binary number system

Example projects

Try not to view this until you've developed your own solution: