Question: java Integer variables totalMonth and inventory are read from input. Complete purchases ( ) ' s recursive case: If month is odd, call purchases (

java Integer variables totalMonth and inventory are read from input. Complete purchases()'s recursive case:
If month is odd, call purchases() to compute the next month's inventory as the current month's inventory minus 5.
Otherwise, call purchases() to compute the next month's inventory as the current month's inventory minus 18.
Ex: If the input is 5290, then the output is:
Month: 5, inventory: 244
Note: x %2!=0 returns true if x is odd.

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 Programming Questions!