User: ethernet

  • Public profile

User profile: ethernet

User info
User name:ethernet
History
Joined:
Number of posts:6
Latest posts:

Need help coding a few math problems
For Σ 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 problems
Btw... Do you mean this kind of sum? Σ?

Need help coding a few math problems
sum? 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