Question
accept input age, height and weight for some people. The loop will stop when the user enters value 0 for age. Calculate average for age, height and weight, and print the number of people and average age, height and weight.
Answers
amboi2
Related Questions
Using Raptor, create a condition loop that will ask the user for input of two numbers.
The numbe...
What kind of loop should be used in a game where the user is guessing a secret code and the message...
Why might you use a "while True:" loop to surround your user input and validation logic?
Select one...