Question: Question 4.10: (25 points) Programming Problem with Python Write a function called basicEOQ that has 4 mandatory parameters and one optional parameter in the following

 Question 4.10: (25 points) Programming Problem with Python Write a function

Question 4.10: (25 points) Programming Problem with Python Write a function called basicEOQ that has 4 mandatory parameters and one optional parameter in the following order: fixed order cost, annual demand,,per unit item cost, interest rate, and lead time (as a fraction of a year, rounded to 2 decimal places) with a default value of 0. Your function should compute the optimal EOQ order quantity, the time between orders measured in years, the average annual cost of holding and setup, and reorder level. - Order quantity and reorder level should be rounded to integer values - for grading purposes, order quantities should be rounded up if the fractional component is strictly greater than 0.5 and down otherwise - the reorder level should always be rounded up - Time between orders (using unit "year"), holding and setup costs should be rounded to 2 decimal places - The computed values should be stored in a list (in the order listed above) and the list should be returned to the user. - Be sure you use the rounded order quantity in your other calculations. - Your python file should be named LastName_FirstName_Ch4.py using your own name, and your name must be in a comment at the top of the file - Be sure to comment out any tests cases that you write for yourself before submitting

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related General Management Questions!