Question: Write a program using inputs age (years), weight (pounds), heart rate (beats per minute), and time (minutes), respectively. Make sure to create only one Scanner
Write a program using inputs age (years), weight (pounds), heart rate (beats per minute), and time (minutes), respectively. Make sure to create only one Scanner object to read all the inputs. Output calories burned for women and men.
Output each floating-point value with two digits after the decimal point, which can be achieved as follows: System.out.printf("%.2f", yourValue);
Ex: If the input is:
49 155 148 60
the output is:
Women: 580.94 calories Men: 891.47 calories
467580.2964194.qx3zqy7
LAB ACTIVITY
1.18.1: LAB: Expression for calories burned during workout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
