Question

Running on a particular treadmill you burn 3.9 calories per minute. Write a program that uses...

Running on a particular treadmill you burn 3.9 calories per minute. Write a program that uses a loop to display the number of calories burned after 10, 15, 20, 25, and 30 minutes. Must be in VBA using option explicit

0 0
Add a comment Improve this question Transcribed image text
Know the answer?
Add Answer to:
Running on a particular treadmill you burn 3.9 calories per minute. Write a program that uses...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Running on a particular treadmill you burn 3.4 calories per minute. Write a program that uses...

    Running on a particular treadmill you burn 3.4 calories per minute. Write a program that uses a loop to display the number of calories burned after 5, 10, 15, 20, 25, 30 and 35 minutes. C++

  • Running on a particular treadmill, you burn 4 calories per minute. Write an 80x86 assembly program...

    Running on a particular treadmill, you burn 4 calories per minute. Write an 80x86 assembly program that uses a loop to display the number of calories burned after 5, 10, 15, 20, 25, and 30 minutes. PLEASE WRITE an 8086 ASSEMBLY program!

  • please help part one) Calories Burned Running on a particular-treadmill you burn 3.9 calories per minute....

    please help part one) Calories Burned Running on a particular-treadmill you burn 3.9 calories per minute. Design a pro- gram that uses a loop to display the number of calories burned after 10, 15, 20, 25, and 30 minutes. 3 part two) Sum of Numbers Design a program with a loop that asks the user to enter a series of positive num bers. The user should enter a negative number to signal the end of the series. After all the...

  • Time to Burn Calories Assume you are afiness trainer and would lhke to help your clients better c...

    Need the VBA code for excel Time to Burn Calories Assume you are afiness trainer and would lhke to help your clients better calculate the number of calories they burn on your treadmill Your treadmill burns 89 calories per minute. You desire to create a program which asks the person to enter the desired number of calories to burn and output the number of minures required on your treadmill Note: They might burn slightly more calories than their goal unless...

  • Write a program that calculates the calories burned while running over a given number of miles....

    Write a program that calculates the calories burned while running over a given number of miles. While several factors determine how many calories are burned during a mile run, for this program, 90 calories are burned for every mile of running. The cumulative calories burned during a run can be calculated as: Calories * Distance For example, if a person runs 5 miles, the total calories burned is 450. After 3 hours, the person has burned 2 calories. The program...

  • Write a code using loop and flag function in python jupitior notebook: Ask the user for...

    Write a code using loop and flag function in python jupitior notebook: Ask the user for the number of items they bought. Also ask the price of each item they bought and quantity purchased. Display the total amount they owe. Ask the user for a number n. Calculate 1+2+3+….+n. Ask the user for a number n. Calculate 1*2*3*…*n. Ask the user for number of rows (r) and columns (c). Print * for r rows and c columns. Ask the user...

  • 4. Assume the average time calories burned per day for a particular population was 2400 with...

    4. Assume the average time calories burned per day for a particular population was 2400 with standard deviation of 300 Assume they all eat exactly 1600 worth of calories per day. A common saying is that you must burn a net of 3600 calories to lose a pound of fat (it is more complicated than that!). Another way of saying this is the difference between what they have ate and what they burned must be 3600 calories to lose one...

  • Problem C: Walking off the Calories Suppose a person can burn off the 150 calories from...

    Problem C: Walking off the Calories Suppose a person can burn off the 150 calories from a beer by walking for 40 minutes at a moderate pace of 3 miles per hour. Based on the number of beers the user consumes each day, as well as the number of minutes he or she walks each day, determine how much longer the user must walk (both in minutes as well as in hours) in one year to counter the rest of...

  • This is done in c programming and i have the code for the programs that it wants at the bottom i ...

    This is done in c programming and i have the code for the programs that it wants at the bottom i jut dont know how to call the functions Program 2:Tip,Tax,Total int main(void) {    // Constant and Variable Declarations    double costTotal= 0;    double taxTotal = 0;    double totalBill = 0;    double tipPercent = 0;    // *** Your program goes here ***    printf("Enter amount of the bill: $");    scanf("%lf", &costTotal);    printf("\n");    // *** processing ***    taxTotal = 0.07 * costTotal;    totalBill...

  • Hello. I want to write a function in C program to track calories for specified fitness activities...

    Hello. I want to write a function in C program to track calories for specified fitness activities i.e. run, walk, bike etc. I am trying to make an array with the activities and return calories burned per minute for each workout. The function will keep running until user tells it to stop. "maybe 'while' loop (Y/N)" or something like that. The main function will call the activity function and a few printf/scanf. My code looks pretty bad so if you...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT