Computer Science, asked by satya9nagendra18achi, 7 months ago

1. Write a program to convert a decimal integer into its base 3 equivalent representation.​

Answers

Answered by fortniteamanid
1

Explanation:

To begin the conversion to base-3, we divide our number by 3. We don't need to worry about decimal points, just what the remainder is. Let's divide 42 by 3. We get 14 with remainder 0.

Similar questions