/Write-a-program-to-convert-a-natural-number-in-factor-10-to-any-number-in-base-B-1-B-32-.-Sup

Write a program to convert a natural number in factor 10 to any number in base B (1 <= B <= 32). Suppose the base system to be converted is 2 <= B <= 16. The number representing the base system B > 10 is A = 10, B = 11, C = 12, D = 13, E = 14, F = 15 .

Stargazers