Question: Exercise 5: Soda Packer 1. Create a new directory called exercise5 2. Create a program to accomplish the tasks below Create a program (without using

Exercise 5: Soda Packer 1. Create a new directory called exercise5 2. Create a program to accomplish the tasks below Create a program (without using if statements or loops) that takes a number of sodas and then tells the user how many Fridge Cubes, six packs, and single sodas it will be packages as. Fridge Cubes hold 24 sodas six packs 6 Singles are individual sodas O Example output: How many sodas do you have? 117 Fridge Cubes: 4 Six-packs: 3 Singles: 3 How many sodas do you have? 17 Fridge Cubes: 0 Six-packs: 2 Singles: 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
