How to multiply two 100 digit numbers inputted as strings without using BigInteger or BigDecimal class of java ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 4

How to multiply two 100 digit numbers inputted as strings without using BigInteger or BigDecimal class of java ?

How to multiply two 100 digit numbers inputted as strings without using BigInteger or BigDecimal class of java ?

3rd Jun 2017, 5:03 AM
Nikhil Kumar
Nikhil Kumar - avatar
2 ответов
+ 5
@luka we are not allowed to use BigDecimal or BigInteger class
3rd Jun 2017, 1:52 PM
Nikhil Kumar
Nikhil Kumar - avatar
+ 1
I hope long is not sufficient for that isn't it ? Then what's the way?
23rd Jun 2017, 3:28 AM
Joy Das
Joy Das - avatar