Question: CHALLENGE ACTIVITY 3.2.1: Arithmetic operators. Jump to level 1 2 To plan a pizza party, one may want to order enough pizza for everyone. Use

CHALLENGE ACTIVITY 3.2.1: Arithmetic operators. Jump to level 1 2 To plan a pizza party, one may want to order enough pizza for everyone. Use the slicesPerPizza, slicesPerGuest, and totalPersons variables to compute the total number of pizzas needed to feed all the guests and store the result in pizzas Needed. The total may have a decimal place. 3 1 let slicesPerPizza = 8; // Code tested with values: 8 and 12 2 let slicesPerGuest 4; // Code tested with values: 4 and 5 3 let totalPersons = 12; // Code tested with values: 12 and 10 5 let pizzasNeeded = 0; 6 3 Check Next View your last submission
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
