0
BRAIN TEASER: Find the last two digit of composite digits( made of number and power)?In either coding or maths.
explanation we all know 2^2= 4, 17^2=289,. last two digits are 89 15^3=3375, last two digits are 75 Now question is we have input in a way (some help for coders) composite digit = (number)^(power) find last two for below. e.g. 9^4 18^9 88^78 173637^6363
3 Antworten
+ 2
+ 2
@prudhvi Ur code is too short but nice logic
it works on large digits
@nomeh Ur code also good and right but didn't work on large digits but nice code
+ 1
here's my try
https://code.sololearn.com/WS1UeuJfbIon/?ref=app