Computer Science, asked by lakshmihari954, 1 day ago

Write a program in java to enter a number and check whetger the sum of the powers of the digits is equal to the number itself .

example: 1234
=1⁴+2⁴+3⁴+4⁴
=1234
this program must be done using a function which has a return type as integer​

Answers

Answered by mahirakhan0963
0

Answer:

I hope it's helpful for you

pls mark me brainlist

Attachments:
Similar questions