#include using namespace std; int main(){ int x,n; cout<<"Please enter the value of the \"x\":\n"; cin>>x; cout<<"Please enter the value of the \"n\":\n"; cin>>n; double P(int x,int n); if(n==0){ cout<<"P(x)="<<1; } else if(n==1){ cout<<"P(x)="<