Results 1 to 5 of 5

Thread: Geometry Volume Calculator

  1. #1

    Thread Starter
    Fanatic Member Mxjerrett's Avatar
    Join Date
    Apr 2006
    Location
    Oklahoma
    Posts
    939

    Geometry Volume Calculator

    I was bored and thought of this. It can find the volume of a cylinder, cube, cone, sphere, pyramid.
    Attached Files Attached Files

    If a post has been helpful please rate it.
    If your question has been answered, pull down the tread tools and mark it as resolved.

  2. #2
    Lively Member
    Join Date
    Oct 2006
    Posts
    88

    Re: Geometry Volume Calculator

    I think you made an error in the cylinder calculations
    VB Code:
    1. Text3 = Val(3.14) * Val(Text1) * 2 * Val(Text2)
    2.  
    3.   'It should be:
    4.  
    5.   Text3 = Val(3.14) * Val(Text1) [B]^[/B] 2 * Val(Text2)

  3. #3

    Thread Starter
    Fanatic Member Mxjerrett's Avatar
    Join Date
    Apr 2006
    Location
    Oklahoma
    Posts
    939

    Re: Geometry Volume Calculator

    I know this. See when i made this at first i didn't know if vb supported the ^ feature, but you still get the same answer either way.

    If a post has been helpful please rate it.
    If your question has been answered, pull down the tread tools and mark it as resolved.

  4. #4
    Lively Member
    Join Date
    Oct 2006
    Posts
    88

    Re: Geometry Volume Calculator

    Um, no.
    3*2 = 6
    3^2 = 9

    4*2 = 8
    4^2 = 16

    5*2 = 10
    5^2 = 25

    They give very different results

  5. #5

    Thread Starter
    Fanatic Member Mxjerrett's Avatar
    Join Date
    Apr 2006
    Location
    Oklahoma
    Posts
    939

    Re: Geometry Volume Calculator

    hmm well they are accurate with all the numbers i enter

    If a post has been helpful please rate it.
    If your question has been answered, pull down the tread tools and mark it as resolved.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width