Answered step by step
Verified Expert Solution
Question
1 Approved Answer
C++ Screenshot required AT&T LTE 8:32 AM 98% ToDo CE - Pointers Detail Submission Grade CE Pointers Its closing time at the pizza restaurant and
C++
AT&T LTE 8:32 AM 98% ToDo CE - Pointers Detail Submission Grade CE Pointers Its closing time at the pizza restaurant and you need to record how many of each size of dough you have left at the end of the night. You started with 15 of each size The restaurant sells Junior, Regular, Large, and Party size pizzas 1. Create a constant array to hold the names of the pizza sizes 2. Create an Array to hold the number of each type of dough you have used that day (USE A CONSTANT), with each size in a different element from Junior to Party 3. Create a pointer to the array 4. Traverse the array WITH THE POINTER and fill the array with user-specified numbers of dough sizes used. The loop should use ARRAY NOTATION to print out the pizza sizes in the cout message 5. Reset the pointer back to the start of the array 6. Traverse the array again, this time printing total amount of each size remaining to the screen. Use ARRAY NOTATION for the dough size strinas and POINTER NOTATION for the Dashboard Calendar To Do Notifications Inbox Screenshot required
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started