User: VDurkaDurkaV

  • Public profile

User profile: VDurkaDurkaV

User info
User name:VDurkaDurkaV
History
Joined:
Number of posts:4
Latest posts:

C++ Outputting individual digits and the sum(Correct order!)
[code] #include <iostream> #include <iomanip> using namespace std; int main() { int num, count, s...

C++ Outputting individual digits and the sum(Correct order!)
Assignment for computer engineering, I get extra credit if I print the numbers out from left to righ...

Approximating PI
Worked perfectly with your correction, late night stupid mistakes -_-. Thanks for your help, very ap...

Approximating PI
My task is to approximate Pi using the following series pi = 4(1 - 1/3 + 1/5 - 1/7....+ 1/2n-1 + 1/...

This user does not accept Private Messages