write a program to convert a decimal integer into base 4 eqivalent representation in python
Answers
Answered by
0
Answer:
Given a number in decimal number convert it into binary, octal and hexadecimal number. Here is function to convert decimal to binary, decimal to octal and decimal to hexadecimal.
Answered by
4
given the number in decimal number convert into binary..octal number..
Similar questions