PDA

View Full Version : need help on VB


alanveron
Jul31-04, 09:14 PM
According to a researcgers,the ideal weight for a woman is found by multiplying her height in inches by 3.5 and substracting 108.While the ideal weight for a man is found by multiplying his height in inches by 4 and substracting 128.

So,may i know how to create this program using VB?

AKG
Jul31-04, 09:23 PM
Create what program?

alanveron
Jul31-04, 09:28 PM
i want my output looks like sth as below:

Height weight of women weight of man
62 109 120
63 112.5 124
64 116 128

dduardo
Jul31-04, 09:31 PM
Sounds like you want us to do the work for you. Show some type of attempt at writing the program and maybe someone will help.

AKG
Jul31-04, 09:33 PM
We really can't help you as you've given nothing to work with. What is the input? Is there any user input? How many values will the user put in?

alanveron
Jul31-04, 09:38 PM
i did already but command wrong..hmm..i create 2 textbox for users to key in their height in inches(one for man,one for woman),and one label to show the output....but i dunno what's the command for the label..

alanveron
Jul31-04, 11:06 PM
I have done it already,anyway,tks for u all trying to help me!