You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.