+ 3
Challange
how to write a code to produce all digit of any power number given for example 2^56 od 19^ 35 or 45^76. Up to 100 or more digit.... 457....78666777788765432256787654223567786543322......8765555555 so on.... problem is how to do it to maximum possible number of digit programming language does not matter at all. Could you solve this challange??
2 Antworten
+ 3
And Java has a class to support the result: BigInteger.
0
umm, we have an operator for that: **