Write a program that accepts a person’s weight and displays the number of calories the person

needs in one day. A person needs 19 calories per pound of body weight, so the formula expressed in
Java is
Calories = bodyweight * 19;

1 answer

Writeacher,, yup programming