#include<iostream.h>
#include<conio.h>
{
clrscr();
int k , n ;
cout<<"Please Enter A Number" ;
cin>>k;
if((k>0)&&(k%=='1'))
n=k^(1/2);
else n=k^5;
cout<<n;
return 0;
}
1
Expert's answer
2013-06-17T08:01:55-0400
Dear visitor What do you need to be done? Please, give us the details so we could help you
Comments
Leave a comment