Write a program that converts an input integer representing anumber in base 10 to the corresponding number in base 14 using anarray. In base 14, the digits after 0-9 are ABCD.Your program only needs to consider up to 4 digit base 14 numbers.If an input would convert to a number in base 14 with more than 4digits, warn the user.
Requirements
Example Runs
Write a program that converts an input integer representing a number in base 10 to the corresponding number in base 14 u
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am