Thursday, December 7, 2006

Write a program that can convert a number from any base to a number of any base.

This is one of the common assignments of the course CSC 231, North South University. It can be written in any language but I have used Java. This program can convert number from any base to to any base. Both integer and floating point input it supported. The range of the base of input is 2 to 44.



It has a simple user GUI. The program is still in its testing phrase so feedbacks are welcome.


No comments: