Write a SINGLE program that perform following programming tasks: 1. Use only two variables and a while loop statement to
Posted: Fri Jul 08, 2022 6:45 am
Write a SINGLE program that perform following programming tasks: 1. Use only two variables and a while loop statement to ask a user enter 500 integers and then produce and display the smallest number that user entered. 2. Use only two variable and a while loop statement to ask a user to enter 200 integers and produce and display the average of those numbers that user entered. 3. Use a while loop statement to allow a user to calculate 20 persons' body mass indices (BMI) based on their body weights and heights Hinte