Programming Assignment 5 (Burning Calories)Suppose you have a treadmill with three different speeds (low, medium, high).
Assume that low speed burns 5.5 calories/minute, medium speed burns 6.5
calories/minute, and high speed burns 7.5 calories/minute. Create an application
that lets the user select the speed from a ComboBox control, and uses a loop to
display the number of calories burned after 5, 10, 15, 20, 25, 30, 35, 40, 45, 50,
55, and 60 minutes. Display the value in a ListBox control.
The name of the 5th Programming Assignment is BCALORIES. Follow the same
instructions as in Programming Assignments 1, 2, 3, and 4 to submit the 5th
Programming Assignment. Name the folder PA5_YourName (e.g., PA5_KSingh).
The designer view should be as shown below.