Question: Please build an Iteration app with C# code in. Net. it should be a simple app that would calculate calories burnt in 4 mile walking
Please build an Iteration app with C# code in. Net. it should be a simple app that would calculate calories burnt in 4 mile walking for a 150 pound weighted male or female. CalorieBurnt = [0.0215 x KPH3 - 0.1765 x KPH2 + 0.8710 x KPH + 1.4577] x WeightinKg x TimeInHours, where walking speed = KPH = kilometres per hour 4 mile in in an hour means 6.43738 km per hour. Please incorporate the command of "if...then...else" and other conditional logic in the app: the rules: we need to use "if...then...else" ;condition:if we put in how many minutes we walk, it will show how many calories burnt. If the walked minutes is less than 60 minutes and the colarie burnt is under 374 ,the user needs to do more exercise. If the walked minutes is over 59 minutes, the user does great job.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
