Computer Science, asked by chennamseetyvinay, 9 months ago

write a program to convert a decimal integer into base 4 eqivalent representation in python​

Answers

Answered by stella984
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 Anonymous
4

given the number in decimal number convert into binary..octal number..

Similar questions