|
-
Jan 9th, 2009, 12:15 PM
#1
Thread Starter
New Member
VB 6 Help calculating second moment of area!!
I am required to write the code fragment to calculate the second moment of area for 5 hollow circular sections assuming that the diameter and thickness for the 5 sections are stored in the text file results.dat. The text file contains 5 lines, one per Circular Hollow Section and the data is stored as diameter,thickness. I am required to read this file and stor the diamters in one-dimensional array called d and the associated thickness are to be stored in a one-dimensional array called t. I have to calculate the second moment of area for all 5 sections using the formula pi*d^4/64 and output results.
Any ideas/suggestions on how i should begin to do this?? i am very new to visual basic and would appreciate some help
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
|