/Base-Converter

Takes an inputted number with the current base of the number, converts that number to the desired base. Accounts for decimal values and decimal repetition, returns the desired number in the desired base along with the non repeating and repeating portion of the decimal (if the decimal does in fact repeat). This program assumes that for any number above base 10 the values could be represented by numbers 1, 2, 3,...,11,12,... n-1 ie in base 14 the numbers available to be used are 1-14.

Primary LanguageJava

No issues in this repository yet.