3
Reply

need help in developing an algorithm.

JERALD JOHNSON

JERALD JOHNSON

Oct 30 2006 9:44 PM
1.7k

i'm new to programming and as a desperate student i'm trying to develop a base conversion calculator program which converts a positive integer number (Num) from a given base (sourceBase) to an alternative base (targetBase), where sourceBase and targetBase are integer values ranging between 2 and 10 inclusive. The program should only perform the conversion if the user enters a valid source base number, otherwise an appropriate alert message should be posted.


Answers (3)