User profile: zivvy

User info
User name:zivvy
Location:birmingham
Bio:hey, just studying some C++ at uni and looking for help
History
Joined:
Number of posts:4
Latest posts:

Writing a program to find x^n
double power1(const double x, const int n) { // Do it! if (n==0) return 1; else...

Writing a program to find x^n
thanks for the advice

Writing a program to find x^n
the reason why i complain about not understanding it is cause they are trying to pack a lot into one...

Writing a program to find x^n
Write your question here. hey guys, I am supposed to write a program to work out x^n but I still do...