Question: can an expert help me with my code but cengage is precise so please follow the comments on the assigment thank you Using Multidimensional Arrays

can an expert help me with my code but cengage is precise so please follow the comments on the assigment thank you  can an expert help me with my code but cengage is
precise so please follow the comments on the assigment thank you Using

Using Multidimensional Arrays store aata for the Bullaing block Day Care Center. Ine day care center cnarges varying weekly rates depending on the age of the child and the number of days pe week the child attends. The program should allow the user to enter the age of the child and the number of days per week the child will be at the day care center. The program should output the appropriate weekly rate. The file provided for this lab contains all of the necessary variable declarations, except the two-dimensional array. You need to write the input statements and the code that initializes the two-dimensional array, determines the weekly rate, and prints the weekly rate. Comments in the code tell you where to write your statements. Weekly rates can be found in the provided table. Instructions 1. Declare and initialize the two-dimensional array. 2. Write the C++ statements that retrieve the age of the child and the number of days the child will bo at the day care center. 3. Determine and print the weekly rate. 4. Execute the program by clicking the Run button at the bottom of the screen. sing namespace std; 1/ Declare two dimensional array here II Declare other variables int numbays; int age; int QUIT =99; 11 This is the work done in the getReady() function 1/ Perform a priming read to get the age of the child while(age I= QUIT) \{ If This is the work done in the determineRatecharge() function II Ask the user to enter the number of days II Print the weekly rate If Ask the user to enter the next child's age 3 If This is the work done in the finish() function cout \&\& "End of program" \&s end; roturn 0: 1 I/ End of main() function

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!