Search:

Type: Posts; User: Brt93yoda

Search: Search took 0.28 seconds.

  1. Replies
    7
    Views
    1,934

    Re: SUPER SIMPLE QUESTION!!!

    Did you see my above post?
  2. Replies
    7
    Views
    1,934

    Re: SUPER SIMPLE QUESTION!!!

    Your anwser should look like this


    int height = 2;
    int radius = 3;
    double volume = Math.PI * (Math.pow(radius, 2) )* height;
  3. Replies
    7
    Views
    1,934

    Re: SUPER SIMPLE QUESTION!!!

    For exponents you use:

    Math.pow(A, B); //A is the original number. B is to what power
Results 1 to 3 of 3