Write a SINGLE program that perform following programming tasks: 1. Use only two variables and a while loop statement to
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write a SINGLE program that perform following programming tasks: 1. Use only two variables and a while loop statement to
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