A=B
Not enough ratings
Decimal to Binary
   
Award
Favorite
Favorited
Unfavorite
Tags: level
File Size
Posted
4.358 KB
16 Mar, 2024 @ 10:53am
1 Change Note ( view )

Subscribe to download
Decimal to Binary

Description
Input: A decimal number but its length is 2.
Output: Input converted to a binary number.
Constraint: 00 <= Input <= 99
1 Comments
295820878 14 Apr, 2024 @ 9:26am 
02 to 09 return themselves in expected output.