Search:

Type: Posts; User: kkid28

Search: Search took 0.01 seconds.

  1. Thread: sqrt problem

    by kkid28
    Replies
    4
    Views
    1,310

    Yyyyyyyeah..... I'm like brand new at C++, I...

    Yyyyyyyeah..... I'm like brand new at C++, I started yesterday, so far this is my most advanced program:


    #include <iostream>
    #include <math.h>

    using namespace std;

    float r, h, s;
    int n;
  2. Thread: sqrt problem

    by kkid28
    Replies
    4
    Views
    1,310

    Oh! I see now, I'm multiplying the square root.....

    Oh! I see now, I'm multiplying the square root.. thanks for pointing that out ;)
  3. Thread: sqrt problem

    by kkid28
    Replies
    4
    Views
    1,310

    sqrt problem

    I'm trying to get a math program I'm writing to work but I can't get the sqrt function thing to work, can someone tell me what the problem is?


    case 3:
    float cone(float r, float h,...
Results 1 to 3 of 3