Page 1 of 1

with python Ask the user to enter a minimum and maximum size Then using a loop, allow them to enter as many sizes as the

Posted: Tue Jul 12, 2022 8:16 am
by answerhappygod
with python
Ask the user to enter a minimum and maximum size
Then using a loop, allow them to enter as many sizes as theywant, counting how many values are below the minimum or above themaximum
when they are done entering values, calculate the % of sizesentered that were too low or too high out of the total number ofsizes entered.