its a question and i need answer

Jun 27 2020 8:00 PM

1. Write a program that displays the recommended weight in kilograms, given the user’s age and height in centimeters. The formula for calculating the recommended weight is

Recommended = (height – 100 + age %10) *0.90


Answers (1)