Unit 13 Practice

Convert 65 base-7 to decimal.  Appropriately initialize the value of 'decimal' below.

Convert 321 base-4 to decimal.  Appropriately initialize the value of 'decimal' below.

Convert the decimal number 77 to base 5.  Appropriately initialize the values of an array named 'digits' to represent the digits of the base-5 number.

Convert the decimal number 40 to base 9.  Appropriately initialize the values of an array named 'digits' to represent the digits of the base-9 number.

Convert the base-5 number 41 to base-3.  Appropriately initialize the values of an array named 'digits' to represent the digits of the base-3 number that is equivalent to 41(base 5).