+ 4
Challenge: Decimal to Binary😈😑
Can you make a program that takes Decimal input from user and converts that into Binary? it should take binary input only There is no other limit.
12 ответов
+ 15
https://code.sololearn.com/cwwc8eNo77N7/?ref=app
+ 10
https://code.sololearn.com/cLfmHw264aED/?ref=app
+ 5
https://code.sololearn.com/cWmYPOdW8FL1/?ref=app
+ 2
Uh, decimal is base-10, or in other words, a 'regular' integer. I see no issue.
+ 1
Are you asking users to redefine Floating point representations or recreate it with different limits?
See:
https://en.m.wikipedia.org/wiki/Floating-point_arithmetic
0
question was asked for decimal not for integer