Forum: Visual Basic
Mar 17th, 2008, 10:22 AM
|
|
Replies: 6
Views: 273
Re: problem
here is a copy of my program
Private Sub cmdok_Click()
Dim usersweight(5) As Integer
Dim usersheight(5) As Integer
Dim usersbmi(5) As Integer
Dim underweight As Integer
Dim idealweight As...
|
Forum: Visual Basic
Mar 17th, 2008, 9:40 AM
|
|
Replies: 6
Views: 273
Re: problem
i have tried using the ^ to no effect
the program i am using requires to find the bmi (body mass index) of a person with the formula
BMI = weight in kilograms /...
|
Forum: Visual Basic
Mar 13th, 2008, 5:27 AM
|
|
Replies: 6
Views: 273
problem
i am trying to find a way to get the power of something for my program but i cant sem to find anything can anyone help
e.g 4 to the power of 2
i need to know the coding to get the power of please...
|