Here is my code, I get the error error "C2660: 'pow' : function does not take 2 parameters" referring to the line that says "pow(3, 2);
I need to output 3 to the power of 2 and that is all. Please help me out.
#include<iostream.h>
#include<math.h>
math()
{
double pow()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.