Your Question About Easy Weight Loss

Donald asks…

weight loss calculator javascript?

I am trying to write a weight loss javascript programm. the following variable
member array to store their actual weight loss.
i have 5 members so 5 actual weight stored.

then the total weight loss will be displayed on the screen for each candidate

the user will be prompter by the question what is the weight loss for member 1, then 2 up to 5.

because i have memberArray (5,2,3,4,2,3)
do i have to deckare member 1,2,3,4 and 5?

weight loss cardiff answers:

Insert title here

function getWeight()
{
var list = new Array();
for(var i = 0; i < 5; i++)
{
var reply = prompt("Person "+(i+1)+": What's your Weight?", "")
list[i] = reply;
}

for(var i = 0; i < 5; i++)
{
alert(list[i]);
}
}

Mary asks…

Looking for a Weight Loss per week calculator?

About 5 years ago I found this one website where you could plug in your sex, weight, height and current lifestyle. Then you could choose from a multitude of exercises (swimming, weight lifting, walking) and tell it how many minutes per week you would do that activity, then hit a calculate button and it would tell you how much weight you would drop per week by adding those activities to your daily lifestyle. Anyways the website rolled into the Oxygen website and I never did find it again. Anyone know of a similar website?

weight loss cardiff answers:

Caloriesperhour.com

Michael asks…

weight loss calculator?

I’m looking for an online calculator where you can put in how much you weigh, how much weight you want to lose, how many calories you eat and burn per day or week, and it tells you how long it will take to lose the weight. I know I saw one somewhere but I’ve been looking online and can’t find it

weight loss cardiff answers:

Wwww.Slimfast.com gives you an online weight loss calculator, it lets you put in the timeframe in which you want to lose weight, and then it gives you an estimated total of how much you could expect to lose (about 2lbs per week). You could also try this one: http://www.lhj.com/weightlossplanner/calculators/weightlossCalculator.jhtml

Powered by Yahoo! Answers