Need help coding a few math problemsFor Σ you'll need to use some FOR's in your code. for instance: Σ(1,5) 2^n = ? (Sigma of 2^n from...
Need help coding a few math problemsBtw... Do you mean this kind of sum? Σ?
Need help coding a few math problemssum? Here are a few examples: [code]int x, y = 2, z = 4; x = y + z; // x = 6 x = y + pow(y,z); /...
Need help coding a few math problems^ nor sqrt works in C++, for that you have pow(x , y) For instance: [code] int x = 2, y = 3; cout ...
Binary files!! Comparing...Greetings! I'm making a program to store the records of a school/university and i'm saving the da...
This user does not accept Private Messages