-
Notifications
You must be signed in to change notification settings - Fork 9
Question 3.06 #17
Copy link
Copy link
Open
Labels
difficulty03Level of difficulty is mediumLevel of difficulty is mediumenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
difficulty03Level of difficulty is mediumLevel of difficulty is mediumenhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Write an application that prompt the user to inputs a binary integer number and converts it to decimal and hexadecimal. Hint: Use the remainder and division operators to pick off the binary number’s digits one at a time, from right to left.