What the title says. I bought it from bamaboy on this forum. It's in perfect working condition. Never clipped it and always took the best care I could of it.
I guess I have some other refs on here if I look up some logs...
This sub is amazing; I love it so much and wish I didn't have to sell...
Here is the answer to 1c
#include
#include
using namespace std;
int main()
{
double x, y, z;
for(x=1;x
{
for(y=2; y
{
z = pow(y,x);
cout
}
}
system("pause");
return 0;
}