|
Hi everyone again,
this is in addition to the previous email that I
sent but this is on a rather different topic.
I am trying to work through some problems/exercises
and I was wondering if anyone might be able to suggest how I might be able to
solve these problems ?
Like I said before, this email is on a different
topic to the email that I sent before.
The 1st problem I was wondering if anyone could
help me on is as follows :-
========================================================================
Design and implement a program that allows the user to input a number in any base (2..16) as a string of digits (0..9, A..F) and the base that the number is in and displays the value in decimal of the input number. Your program must have two function methods that respectively return:
Hint: The first of those functions makes it easier to write the second. Your program may have a BreezySwing or text-only interface
======================================================================== ======================================================================== And the second one is like this :- ======================================================================= Write a program that allows the user to input any int value and outputs that number in words.
Examples:
Your program must have three function methods that respectively return:
Hint: The first of those functions makes it easier to write the second and writing the second will help write the third. Good solutions may have even more functions. ========================================================================= ======================================================================== I really don't have a clue how to solve these so any help as to what sort of algorithm and java code implementation that I could use, would be very much appreciated.
|
Title: RE: [jdjlist] Re: J2ME
- [jdjlist] Re: J2ME Andrew Johnson
- [jdjlist] Re: J2ME Greg Nudelman
- [jdjlist] Re: J2ME U. Penski
- [jdjlist] Re: J2ME Tim Nicholson
- [jdjlist] Re: J2ME Greg Nudelman
- [jdjlist] Re: J2ME Tim Nicholson
- [jdjlist] Re: two exercises I am trying to so... Tim Nicholson
- [jdjlist] Re: two exercises I am trying t... Joseph B. Ottinger
- [jdjlist] Re: two exercises I am tryi... Tim Nicholson
- [jdjlist] Re: two exercises I am... Jason Bell
- [jdjlist] Re: two exercises ... Mark E. Zawadzki
- [jdjlist] Re: two exerci... Jason Bell
- [jdjlist] Re: two exercises ... Tim Nicholson
- [jdjlist] Re: two exerci... Jason Bell
- [jdjlist] Re: two exerci... Mark E. Zawadzki
- [jdjlist] what is it like to be a pro... Tim Nicholson
- [jdjlist] RE: what is it like to... H Shankaranarayanan
