UAEU_Student
02-15-2006, 09:32 AM
Hiiiii GUYs...........
I am a new member here ....
I hope to be happy with you
This is my first course in Programming and I have a problem that I can't solve it...
Please if you can help me , I will appreciate that ...
Here are my problem:
1. Convert a character string of integer into integer value without using any java API or method. Use exception handling for erroneous input.
For example, the string "123" should be turned into the number 123 without using the Integer.parseInt() method.
2. Convert an integer value into String object without using any java API or method. Use exception handling for erroneous input.
For example, the number 123 should be turned into the string "123" without using the String.valueOf() method.
Please rebly as soon as you can,, the deadline is on Friday 17, February , 2006
regards,
UAEU_Student
I am a new member here ....
I hope to be happy with you
This is my first course in Programming and I have a problem that I can't solve it...
Please if you can help me , I will appreciate that ...
Here are my problem:
1. Convert a character string of integer into integer value without using any java API or method. Use exception handling for erroneous input.
For example, the string "123" should be turned into the number 123 without using the Integer.parseInt() method.
2. Convert an integer value into String object without using any java API or method. Use exception handling for erroneous input.
For example, the number 123 should be turned into the string "123" without using the String.valueOf() method.
Please rebly as soon as you can,, the deadline is on Friday 17, February , 2006
regards,
UAEU_Student