-
Notifications
You must be signed in to change notification settings - Fork 186
Find base given two number and one base #191
Copy link
Copy link
Open
Labels
New generatorUse this label for proposing a new generatorUse this label for proposing a new generatorhacktoberfestFixing these issues will count as contribution to hacktoberfest 2020Fixing these issues will count as contribution to hacktoberfest 2020
Description
Activity
Metadata
Metadata
Assignees
Labels
New generatorUse this label for proposing a new generatorUse this label for proposing a new generatorhacktoberfestFixing these issues will count as contribution to hacktoberfest 2020Fixing these issues will count as contribution to hacktoberfest 2020
Example Problem:
Find the value of b if (10) base 2 is equal to (2) base b
Example Solution:
b = 10
Further explanation:
User will be given two equal numbers in different bases and have to find the missing base
Would you like to be assigned to this:
Yes