Computer Science, asked by Nayanee9813, 9 months ago

#include
int power(int m,int n)
{
int j,i;
for(i=1,j=1;i<=n;i++)
j=j*m;
return j;
}
int arm(int n)
{
//Your code goes here
}
int main()
{
int n;
std::cin>>n;
if(arm(n)==1)
std::cout<<"Kindly proceed with encrypting";
else
std::cout<<"It is not an Armstrong number";
}

Answers

Answered by lisaRohan
0

Answer:

&lt;font color ="red"&gt;&lt;marquee&gt;

{

//Your code goes here

}

int main()

{

int n;

std::cin>>n;

if(arm(n)==1)

std::cout<<"Kindly proceed with

Similar questions