Challange | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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??

24th Oct 2017, 7:45 PM
Rakowiecki Ryszard
Rakowiecki Ryszard - avatar
2 Answers
+ 3
And Java has a class to support the result: BigInteger.
24th Oct 2017, 9:19 PM
John Wells
John Wells - avatar
0
umm, we have an operator for that: **
24th Oct 2017, 8:14 PM
Joshua
Joshua - avatar