Thursday 10 November 2011

Java program to multiply two numbers upto 100000 places

Here's I'd created a Java program by which you can be able to multiply any two integer numbers upto 100000 places.
e.g., if you had to multiply
    99999999999999999999999999999999999999999999999
X  99999999999999999999999999999999999999999999999
--------------------------------------------------------------------------------------------------
*******What will be the output of your program??????*******
--------------------------------------------------------------------------------------------------



Here's my program: