Question: An inventory manager needs to take data from calculations, an average inventory number in this case and have three possible outcomes: the nearest whole number
An inventory manager needs to take data from calculations, an average inventory number in this case and have three possible outcomes: the nearest whole number up, represented by the upper_bound variable, the nearest whole number down, represented by the lower_bound variable, and the integer of the whole number, represented by the bound variable. Using the dropdown lists, complete the code snippet needed to fulfill the inventory manager's need. o000 Choose One...v average inventory = 77.4 upper_bound Choose One...Y (average_inventory) lower_bound = Choose One... (average_inventory) bound = Choose One...v (average_inventory) print(upper_bound) print(lower_bound) print(bound)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
