|
-
Oct 17th, 2006, 09:53 PM
#1
Thread Starter
Fanatic Member
Geometry Volume Calculator
I was bored and thought of this. It can find the volume of a cylinder, cube, cone, sphere, pyramid.
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.
-
Oct 26th, 2006, 05:13 AM
#2
Lively Member
Re: Geometry Volume Calculator
I think you made an error in the cylinder calculations
VB Code:
Text3 = Val(3.14) * Val(Text1) * 2 * Val(Text2)
'It should be:
Text3 = Val(3.14) * Val(Text1) [B]^[/B] 2 * Val(Text2)
-
Oct 27th, 2006, 11:11 PM
#3
Thread Starter
Fanatic Member
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.
-
Oct 31st, 2006, 01:49 AM
#4
Lively Member
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
-
Oct 31st, 2006, 07:04 AM
#5
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|