Question: help write a code to do this . code languade is python . Program description: Write a program that will ask the user how many
Program description: Write a program that will ask the user how many people people are coming to a party and how many pizzas will be ordered. You can assume that a pizza has 8 slices. The program will then state how many slices of pizza each person can eat and how many slices will be left over. Example: How many people are partying? 26 How many pizzas did you order? 7 For 26 people and 7 pizzas, each person will get 2 slices and you will have 4 slices left over. 7 pizzas will provide 56 slices of pizza. Using integer division /L,56 divided by 26 is 2. The remainder after each person eats 2 slices is 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
