Question: Write a program with the following variables that are hardcoded values you should manually change the values for testing: The product that we are working
Write a program with the following variables that are hardcoded values you should manually change the values for testing: The product that we are working with (a soda brand like Pepsi) The number of cans in the cooler The number of cases in the storage room The number of cases on order The number of cans per cases Your program should do the following: Create a variable that holds the number of cans in storage. Create a variable that holds the number of cans in stock (on-premise) Create a variable that holds the number of cans in Inventory (including cases on orders Your program should produce the following output A case of Pepsi contains 12 cans We have 13 cans (cooler) and 24 cans (2 cases - storage room) in the store for a total of 37 cans in stock We have 24 cans (2 cases) on order which puts our total inventory at 61 cans Assumptions: We only purchase a 1 case size per product. Your print statement can only contain string literals and variables
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
